mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
Deleted unneeded files
removed cs_simplified files updated README.md and langs.js to include pg files
This commit is contained in:
@@ -16,7 +16,8 @@ A Minimalist Text Adventure Game
|
||||
[Spanish](http://adarkroom.doublespeakgames.com/?lang=es) |
|
||||
[Swedish](http://adarkroom.doublespeakgames.com/?lang=sv) |
|
||||
[Turkish](http://adarkroom.doublespeakgames.com/?lang=tr) |
|
||||
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk)
|
||||
[Ukrainian](http://adarkroom.doublespeakgames.com/?lang=uk) |
|
||||
[Portuguese](http://adarkroom.doublespeakgames.com/?lang=pg)
|
||||
]
|
||||
|
||||
|
||||
|
||||
+9
-5
@@ -22,9 +22,13 @@ Required tools:
|
||||
apt-get install python
|
||||
|
||||
windows:
|
||||
windows: http://poedit.net/
|
||||
http://poedit.net/
|
||||
https://www.python.org/download/windows/
|
||||
|
||||
mac:
|
||||
http://poedit.net
|
||||
https://www.python.org/downloads/mac-osx/
|
||||
|
||||
Steps:
|
||||
1) Create a new directory lang/{new_language_code}
|
||||
2) Download the file adarkroom.pot in the lang folder as translation template
|
||||
@@ -33,8 +37,8 @@ Steps:
|
||||
ubuntu:
|
||||
msginit --locale {locale for new language eg: en_US} -i lang/adarkroom.pot -o lang/{new_language}/strings.po
|
||||
windows:
|
||||
open application interface > File > New... > [select language for translation] > Save as... > lang/{new_language_code}/strings.po
|
||||
[update from POT file] > select lang/adarkroom.pot
|
||||
- open application interface > File > New... > [select language for translation] > Save as... > lang/{new_language_code}/strings.po
|
||||
- [update from POT file] > select lang/adarkroom.pot
|
||||
|
||||
4) Copy lang/main.css to lang/{new_language}
|
||||
5) Open lang/{new_language}/strings.po with a software poedit
|
||||
@@ -65,7 +69,7 @@ Required tools:
|
||||
ubuntu:
|
||||
apt-get install python3-babel
|
||||
|
||||
windows:
|
||||
windows & mac:
|
||||
poedit
|
||||
|
||||
Steps:
|
||||
@@ -84,7 +88,7 @@ Required tools:
|
||||
|
||||
ubuntu:
|
||||
* gettext
|
||||
windows:
|
||||
windows & mac:
|
||||
* poedit
|
||||
|
||||
|
||||
|
||||
@@ -1,3 +0,0 @@
|
||||
.button{width: 100px !important;}
|
||||
#outsidePanel .button{width: 115px !important;}
|
||||
.eventPanel .button {width: 122px !important;}
|
||||
File diff suppressed because it is too large
Load Diff
+2
-1
@@ -10,5 +10,6 @@ var langs = {
|
||||
'ru':'русский',
|
||||
'sv':'svenska',
|
||||
'tr':'türkçe',
|
||||
'uk':'українська'
|
||||
'uk':'українська’,
|
||||
‘pg’:’português’
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user