mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-07-01 00:32:31 +08:00
Czech (cs) translation completed (#681)
* Update translation template file - regenerated adarkroom.pot using pybabel * Add script for POT recompilation * Complete Czech translation (cs) - finished czech translation - converted into JS - added language entry into langs.js Co-authored-by: santen <tadeas.cipro@kinet.cz>
This commit is contained in:
+767
-717
File diff suppressed because it is too large
Load Diff
+1
-1
File diff suppressed because one or more lines are too long
+2438
-2309
File diff suppressed because it is too large
Load Diff
@@ -1,4 +1,5 @@
|
|||||||
var langs = {
|
var langs = {
|
||||||
|
'cs':'czech',
|
||||||
'de':'deutsch',
|
'de':'deutsch',
|
||||||
'el':'ελληνικά',
|
'el':'ελληνικά',
|
||||||
'en':'english',
|
'en':'english',
|
||||||
|
|||||||
+2
-1
@@ -7,7 +7,8 @@
|
|||||||
"author": "Michael Townsend <michael@doublespeakgames.com>",
|
"author": "Michael Townsend <michael@doublespeakgames.com>",
|
||||||
"license": "MPL-2.0",
|
"license": "MPL-2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"start": "node dev-server.js"
|
"start": "node dev-server.js",
|
||||||
|
"update_pot": "pybabel extract -F lang/babel.cfg -c \"TRANSLATORS\" script -o lang/adarkroom.pot"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"express": "^4.17.1"
|
"express": "^4.17.1"
|
||||||
|
|||||||
Reference in New Issue
Block a user