View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0035262 | mantisbt | localization | public | 2025-01-27 16:12 | 2025-03-01 18:40 |
Reporter | Seppeltronics | Assigned To | dregad | ||
Priority | normal | Severity | text | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Platform | Linux | OS | Linux | OS Version | Webhosted/undefi |
Product Version | 2.27.0 | ||||
Target Version | 2.27.1 | Fixed in Version | 2.27.1 | ||
Summary | 0035262: 'en-gb' language is not defined warning for Gravatar plugin | ||||
Description | Multiple Warnings after installation, the most important being English: Testing 'strings_en-gb.txt' WARNINGS 'en-gb' language is not defined in g_language_choices_arr, g_language_auto_map | ||||
Tags | No tags attached. | ||||
Changed severity to "feature". |
|
@atrol Thank you very much for the deatails. :-) |
|
I just checked on master branch, and the only occurrence of this message for en-gb is in the built-in Gravatar plugin. Translations to British English are disabled on TranslateWiki for MantisBT (including bundled plugins), so this language file should not be there. I'll remove it. With regards to similar warnings for other languages, (e.g. Indonesian/id, Kara-Kalpak/kaa, Bengali/bn), etc. that appear in some bundled plugins but not under MantisBT core, the reason is that TranslateWiki only sends us the language files when they reach a certain translation threshold (currently 25%), and we only add them to the configuration after receiving them; this is a manual process. These warnings can be safely ignored. |
|