FS#61803 - Wrong native language name

Attached to Project: AUR web interface
Opened by Nikolay (sikmir) - Monday, 18 February 2019, 20:36 GMT
Last edited by Lukas Fleischer (lfleischer) - Sunday, 27 October 2019, 00:54 GMT
Task Type Bug Report
Category Backend
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version 4.7.0
Due in Version 4.8.0
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

From web/lib/translator.inc.php:
```
# Languages we have translations for
$SUPPORTED_LANGS = array(
"ar" => "العربية",
...
"fi" => "Finnish",
"fr" => "Français",
...
"ru" => "Русский",
...
"zh_TW" => "正體中文"
);
```

All language names are in their native form, except for "Finnish". Native name is "suomi".
This task depends upon

Closed by  Lukas Fleischer (lfleischer)
Sunday, 27 October 2019, 00:54 GMT
Reason for closing:  Fixed
Additional comments about closing:  Fixed in 4.8.0.
Comment by Lukas Fleischer (lfleischer) - Friday, 24 May 2019, 16:36 GMT
  • Field changed: Due in Version (Undecided → 4.8.0)
Fixed in pu.

Loading...