浏览代码

Update translation docs to mention paths in main.js

JC Brand 11 年之前
父节点
当前提交
07b7393088
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      docs/source/index.rst

+ 2 - 2
docs/source/index.rst

@@ -636,8 +636,8 @@ making sure to also paste the JSON data as value to the "locale_data" key.
 
 
 .. Note ::
 .. Note ::
     If you are adding translations for a new language that is not already supported,
     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
 Congratulations, you've now succesfully added your translations. Sorry for all
 those hoops you had to jump through.
 those hoops you had to jump through.