-
Notifications
You must be signed in to change notification settings - Fork 117
Administration
Brian Riley edited this page Mar 6, 2018
·
10 revisions
This section explains how to administer an installation of DMPRoadmap
The list of which translations are available to your users is controlled by the languages database table. To make a translation available to your users:
- Run the following rake task to add the language:
rake gettext:add_language[ja,日本語]. If you want the translation to be the default for your application, provide an additional argument at the end of the command:rake gettext:add_language[ja,日本語,1]. This will make the new language the default.
To remove a translation:
- Run the following rake task:
rake gettext:remove_language[ja]
Note: If the app.po files are new or have been updated you should restart your application to ensure that the new copy is being used by the application.
See the Translations guide for details on updating and creating translation files
- Home
- About
- Contributing
- Releases
- Themes
- Google Analytics
- Translations
- Developer guide
- Reporting Issues

