Update translation docs to mention paths in main.js

This commit is contained in:
JC Brand 2014-09-06 14:12:31 +02:00
parent 5ee8c5470d
commit 07b7393088

View File

@ -636,8 +636,8 @@ making sure to also paste the JSON data as value to the "locale_data" key.
.. Note ::
If you are adding translations for a new language that is not already supported,
you'll have to make one more edit in ./locale/locales.js to make sure the
language is loaded by require.js.
you'll have to add the language path in main.js and make one more edit in ./locale/locales.js
to make sure the language is loaded by require.js.
Congratulations, you've now succesfully added your translations. Sorry for all
those hoops you had to jump through.