mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
29e1e25063
* 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>
17 lines
446 B
JSON
17 lines
446 B
JSON
{
|
|
"name": "adarkroom",
|
|
"type": "module",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"repository": "git@github.com:doublespeakgames/adarkroom.git",
|
|
"author": "Michael Townsend <michael@doublespeakgames.com>",
|
|
"license": "MPL-2.0",
|
|
"scripts": {
|
|
"start": "node dev-server.js",
|
|
"update_pot": "pybabel extract -F lang/babel.cfg -c \"TRANSLATORS\" script -o lang/adarkroom.pot"
|
|
},
|
|
"dependencies": {
|
|
"express": "^4.17.1"
|
|
}
|
|
}
|