Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add russian language selection | prog-it | 2020-11-14 | 1 | -0/+1 |
| | |||||
* | Manually fix remaining PHPCS errors | ArthurHoaro | 2020-11-09 | 1 | -2/+4 |
| | |||||
* | Apply PHP Code Beautifier on source code for linter automatic fixes | ArthurHoaro | 2020-11-09 | 1 | -6/+7 |
| | |||||
* | Japanese translation: add language to admin configuration page | ArthurHoaro | 2020-08-27 | 1 | -1/+2 |
| | | | | Also use ISO country code (JP) instead of JA. | ||||
* | Optimize and cleanup imports | VirtualTam | 2019-01-13 | 1 | -1/+0 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: fix line-length warnings | VirtualTam | 2018-12-02 | 1 | -1/+3 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | lint: apply phpcbf to application/ | VirtualTam | 2018-12-02 | 1 | -4/+7 |
| | | | | Signed-off-by: VirtualTam <virtualtam@flibidi.net> | ||||
* | German language created (#1114) | Buster One | 2018-04-15 | 1 | -0/+1 |
| | | | | | | | | | | | | * Added german language selection * German language file created * typo * extra space removed and typo corrected * lines 1314 through 1408 removed as suggested | ||||
* | Load theme translations files automatically | ArthurHoaro | 2018-03-26 | 1 | -2/+18 |
| | | | | | | Fixes #1077 Take a look at the docs update to see how it works | ||||
* | Use LC_COLLATE instead of LC_MESSAGES if php-intl is not installed | ArthurHoaro | 2018-01-31 | 1 | -0/+2 |
| | | | | | | | | As stated in the docs: > LC_MESSAGES for system responses (available if PHP was compiled with libintl) Fixes #1067 | ||||
* | Add language selection in the configure page of the default theme | ArthurHoaro | 2017-10-22 | 1 | -1/+15 |
| | |||||
* | Shaarli's translation | ArthurHoaro | 2017-10-22 | 1 | -12/+141 |
| | | | | | | | | | * translation system and unit tests * Translations everywhere Dont use translation merge It is not available with PHP builtin gettext, so it would have lead to inconsistency. | ||||
* | Initialize a translation function | ArthurHoaro | 2016-08-07 | 1 | -0/+21 |
It matches the API of ngettext(). |