mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-05-01 00:15:00 -04:00
Localisation update and automatic script generation fix
This commit is contained in:
parent
fabaa416ce
commit
d01d9924a2
9 changed files with 12 additions and 5 deletions
scripts/windows/coco-dev-setup/batch
|
@ -2,6 +2,7 @@
|
||||||
<variables>
|
<variables>
|
||||||
<global>
|
<global>
|
||||||
<native>Deutsch</native>
|
<native>Deutsch</native>
|
||||||
|
<description>German</description>
|
||||||
<intro>Ab jetzt senden wir unser Feedback in Englisch!</intro>
|
<intro>Ab jetzt senden wir unser Feedback in Englisch!</intro>
|
||||||
</global>
|
</global>
|
||||||
<install>
|
<install>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<variables>
|
<variables>
|
||||||
<global>
|
<global>
|
||||||
<native>English</native>
|
<native>English</native>
|
||||||
|
<description>English</description>
|
||||||
<intro>From now on we'll send our feedback in English!</intro>
|
<intro>From now on we'll send our feedback in English!</intro>
|
||||||
</global>
|
</global>
|
||||||
<install>
|
<install>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<variables>
|
<variables>
|
||||||
<global>
|
<global>
|
||||||
<native>français</native>
|
<native>français</native>
|
||||||
|
<description>French</description>
|
||||||
<intro>From now on we'll send our feedback in English!</intro>
|
<intro>From now on we'll send our feedback in English!</intro>
|
||||||
</global>
|
</global>
|
||||||
<install>
|
<install>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<variables>
|
<variables>
|
||||||
<global>
|
<global>
|
||||||
<native>Nederlands</native>
|
<native>Nederlands</native>
|
||||||
|
<description>Dutch</description>
|
||||||
<intro>Vanaf nu geven we onze feedback in het Nederlands!</intro>
|
<intro>Vanaf nu geven we onze feedback in het Nederlands!</intro>
|
||||||
</global>
|
</global>
|
||||||
<install>
|
<install>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<variables>
|
<variables>
|
||||||
<global>
|
<global>
|
||||||
<native>简体中文</native>
|
<native>简体中文</native>
|
||||||
|
<description>Traditional Chinese</description>
|
||||||
<intro>目前我们只能用英文给你反馈!</intro>
|
<intro>目前我们只能用英文给你反馈!</intro>
|
||||||
</global>
|
</global>
|
||||||
<install>
|
<install>
|
||||||
|
@ -26,7 +27,7 @@
|
||||||
<installing>正在安装...</installing>
|
<installing>正在安装...</installing>
|
||||||
<unzipping>正在解压...</unzipping>
|
<unzipping>正在解压...</unzipping>
|
||||||
<cleaning>正在清理...</cleaning>
|
<cleaning>正在清理...</cleaning>
|
||||||
<mongodbpath>请输入你希望安装 mongodb 的文件夹的全路径<mongodbpath>
|
<mongodbpath>请输入你希望安装 mongodb 的文件夹的全路径</mongodbpath>
|
||||||
</process>
|
</process>
|
||||||
</install>
|
</install>
|
||||||
<github>
|
<github>
|
||||||
|
@ -80,4 +81,4 @@
|
||||||
<s5> 2) 在浏览器里访问 'localhost:3000' </s5>
|
<s5> 2) 在浏览器里访问 'localhost:3000' </s5>
|
||||||
<s6>好了,你现在可以开始开发 CodeCombat 了!</s6>
|
<s6>好了,你现在可以开始开发 CodeCombat 了!</s6>
|
||||||
</start>
|
</start>
|
||||||
</variables>
|
</variables>
|
|
@ -2,6 +2,7 @@
|
||||||
<variables>
|
<variables>
|
||||||
<global>
|
<global>
|
||||||
<native>繁体中文</native>
|
<native>繁体中文</native>
|
||||||
|
<description>Simplified Chinese</description>
|
||||||
<intro>From now on we'll send our feedback in English!</intro>
|
<intro>From now on we'll send our feedback in English!</intro>
|
||||||
</global>
|
</global>
|
||||||
<install>
|
<install>
|
||||||
|
|
|
@ -2,6 +2,7 @@
|
||||||
<variables>
|
<variables>
|
||||||
<global>
|
<global>
|
||||||
<native>中文</native>
|
<native>中文</native>
|
||||||
|
<description>Chinese</description>
|
||||||
<intro>From now on we'll send our feedback in English!</intro>
|
<intro>From now on we'll send our feedback in English!</intro>
|
||||||
</global>
|
</global>
|
||||||
<install>
|
<install>
|
||||||
|
|
|
@ -5,8 +5,8 @@ call print_dashed_seperator
|
||||||
|
|
||||||
call get_array ..\\localisation\\languages.coco languages language_count
|
call get_array ..\\localisation\\languages.coco languages language_count
|
||||||
for /l %%i in (1,1,%language_count%) do (
|
for /l %%i in (1,1,%language_count%) do (
|
||||||
call get_text !languages[%%i]! global_native global native
|
call get_text !languages[%%i]! global_description global description
|
||||||
echo [%%i] !global_native!
|
echo [%%i] !global_description!
|
||||||
)
|
)
|
||||||
|
|
||||||
goto:get_localisation_id
|
goto:get_localisation_id
|
||||||
|
|
|
@ -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 - 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 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
|
Loading…
Add table
Add a link
Reference in a new issue