mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 22:13:32 -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>
|
||||
<global>
|
||||
<native>Deutsch</native>
|
||||
<description>German</description>
|
||||
<intro>Ab jetzt senden wir unser Feedback in Englisch!</intro>
|
||||
</global>
|
||||
<install>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
|
@ -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>
|
||||
|
|
|
@ -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>
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
Loading…
Add table
Add a link
Reference in a new issue