Localisation update and automatic script generation fix

This commit is contained in:
Glen De Cauwsemaecker 2014-04-09 01:29:42 +02:00
parent fabaa416ce
commit d01d9924a2
9 changed files with 12 additions and 5 deletions

View file

@ -2,6 +2,7 @@
<variables>
<global>
<native>Deutsch</native>
<description>German</description>
<intro>Ab jetzt senden wir unser Feedback in Englisch!</intro>
</global>
<install>

View file

@ -2,6 +2,7 @@
<variables>
<global>
<native>English</native>
<description>English</description>
<intro>From now on we'll send our feedback in English!</intro>
</global>
<install>

View file

@ -2,6 +2,7 @@
<variables>
<global>
<native>français</native>
<description>French</description>
<intro>From now on we'll send our feedback in English!</intro>
</global>
<install>

View file

@ -2,6 +2,7 @@
<variables>
<global>
<native>Nederlands</native>
<description>Dutch</description>
<intro>Vanaf nu geven we onze feedback in het Nederlands!</intro>
</global>
<install>

View file

@ -2,6 +2,7 @@
<variables>
<global>
<native>简体中文</native>
<description>Traditional Chinese</description>
<intro>目前我们只能用英文给你反馈!</intro>
</global>
<install>
@ -26,7 +27,7 @@
<installing>正在安装...</installing>
<unzipping>正在解压...</unzipping>
<cleaning>正在清理...</cleaning>
<mongodbpath>请输入你希望安装 mongodb 的文件夹的全路径<mongodbpath>
<mongodbpath>请输入你希望安装 mongodb 的文件夹的全路径</mongodbpath>
</process>
</install>
<github>
@ -80,4 +81,4 @@
<s5> 2) 在浏览器里访问 'localhost:3000' </s5>
<s6>好了,你现在可以开始开发 CodeCombat 了!</s6>
</start>
</variables>
</variables>

View file

@ -2,6 +2,7 @@
<variables>
<global>
<native>繁体中文</native>
<description>Simplified Chinese</description>
<intro>From now on we'll send our feedback in English!</intro>
</global>
<install>

View file

@ -2,6 +2,7 @@
<variables>
<global>
<native>中文</native>
<description>Chinese</description>
<intro>From now on we'll send our feedback in English!</intro>
</global>
<install>

View file

@ -5,8 +5,8 @@ call print_dashed_seperator
call get_array ..\\localisation\\languages.coco languages language_count
for /l %%i in (1,1,%language_count%) do (
call get_text !languages[%%i]! global_native global native
echo [%%i] !global_native!
call get_text !languages[%%i]! global_description global description
echo [%%i] !global_description!
)
goto:get_localisation_id

View file

@ -4,4 +4,4 @@ echo %npm_script%
echo start cmd.exe cmd /c "TITLE CodeCombat.com - nodemon server & call nodemon -w server -w server_config.js">%~1\SCOCODE.bat
echo start cmd.exe cmd /c "TITLE CodeCombat.com - brunch - live compiler & call brunch w">>%~1\SCOCODE.bat
echo TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2>>%~1\SCOCODE.bat
echo start cmd.exe cmd /c "TITLE CodeCombat.com - mongodb database & mongod --setParameter textSearchEnabled=true --dbpath %~2">>%~1\SCOCODE.bat