stable

Clone or download

Read-only

Convert admin_sidebar to gettext

No functional changes. Mostly automatic change thanks to the following command: ``` php index.php tab2gettext \ --src-dir $HOME/tuleap/src \ --src-tab admin/admin.tab \ --primary-key admin_sidebar \ --domain tuleap-core \ --en-cache /tmp/cache.lang.en_US.php \ --fr-cache /tmp/cache.lang.fr_FR.php \ --target-dir $HOME/tuleap/site-content ``` Part of request #19385: Convert admin to gettext Change-Id: Ib31088299f164f9d9550bc1fef7ce7f9c006081c

Modified Files

Name
M site-content/en_US/admin/admin.tab +0 −26 Go to diff View file
M site-content/fr_FR/LC_MESSAGES/tuleap-core.po +51 −3 Go to diff View file
M site-content/fr_FR/admin/admin.tab +0 −26 Go to diff View file
M src/common/admin/AdminSidebarPresenter.php +26 −26 Go to diff View file
M src/common/admin/ProjectCreation/WebhooksDisplayController.php +1 −1 Go to diff View file