stable

Clone or download

Read-only

fix: request #27139 Unofficial languages are considered Beta

Official (and historical) languages of Tuleap are English en_US and French fr_FR. Other community contributed languages (like pt_BR) should be considered as Beta and a warning should be displayed to end users so that they know that they might encounter untranslated strings in those languages. Change-Id: I29ef339a46655c64a3480078d9e37499e495a3ab

Modified Files

Name
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +4 −0 Go to diff View file
M site-content/pt_BR/LC_MESSAGES/tuleap-core.po +5 −0 Go to diff View file
M src/common/Request/RouteCollector.php +2 −1 Go to diff View file
M src/common/User/Account/Appearance/LanguagePresenter.php +7 −18 Go to diff View file
M src/common/User/Account/Appearance/LanguagePresenterBuilder.php +26 −11 Go to diff View file
M src/common/User/Account/templates/appearance/language.mustache +8 −0 Go to diff View file
M src/themes/BurningParrot/css/account/account.scss +9 −0 Go to diff View file
M tests/unit/common/User/Account/Appearance/LanguagePresenterBuilderTest.php +6 −4 Go to diff View file