Pere Orga
Pere Orga
I see that there is already some support for catkeys format (https://github.com/translate/translate/blob/master/translate/storage/catkeys.py). It would be useful to have a `catkeys2po` command line tool
[LanguageTool](https://www.languagetool.org/) is a free and open-source grammar/style/spell checker. That would be a great improvement to current spell checking.
Source: MS Access (ACE12) Target: MySQL (tested on MariaDB 10.5-10.8) Before upgrading to Ubuntu 22.04 (from Ubuntu 20.04, mdbtools 0.7.1), I had noticed the varchar length of the fields exported...
I have the following opcache settings: ``` opcache.enable=1 opcache.validate_timestamps=0 opcache.enable_file_override=1 opcache.save_comments=0 opcache.file_update_protection=0 ``` This is consistent with the stats I'm seeing: ``` number of cached files: 20 number of hits:...
## Pull Request Form ### Type of Pull Request - [x] Bulk sentence upload [Paremiologia Catalana Comparada Digital](https://pccd.dites.cat/) (**PCCD** for short) is an online collection of Catalan proverbs, idioms, and...
As seen in:
My `composer.json`: ```json { "name": "pere/composer-test", "type": "project", "minimum-stability": "dev", "prefer-stable": true, "repositories": [ { "type": "package", "package": { "name": "pereorga/pccd-lt-filter", "version": "dev-master", "source": { "type": "git", "url": "https://github.com/pereorga/pccd-lt-filter.git", "reference":...
This works: ``` git clone --depth=1 https://code.videolan.org/videolan/vlc-ios.git cd vlc-ios/ iconv -f UTF-16LE -t UTF-8 Resources/ca.lproj/Localizable.strings > Localizable.utf8.strings prop2po -t Resources/en.lproj/Localizable.strings -i Localizable.utf8.strings --encoding=utf-8 | wc -l processing 1 files... translate.storage.pypo:...
It would be great if navigation items set in `mkdocs.yml` pointing to Markdown pages can include anchors, so the browser scrolls to that section automatically. Related: - https://github.com/mkdocs/mkdocs/issues/744 - https://github.com/oprypin/mkdocs-literate-nav/issues/24
The `bump` command would increase the lower limit of the phar tools to the currently installed versions. For example, see `composer bump` command: https://getcomposer.org/doc/03-cli.md#bump