clean to new translate
This commit is contained in:
parent
e935c61000
commit
e2c7c8c885
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,3 +1,5 @@
|
|||||||
*_strings.dat.txt
|
*_strings.dat.txt
|
||||||
result.txt
|
result.txt
|
||||||
strings.dat
|
strings.dat
|
||||||
|
*.*~
|
||||||
|
|
||||||
|
@ -33,3 +33,4 @@ if __name__ == '__main__':
|
|||||||
print('Loading strings...', loadStrings())
|
print('Loading strings...', loadStrings())
|
||||||
print('Save strings for notabenoid...', saveStrings())
|
print('Save strings for notabenoid...', saveStrings())
|
||||||
print('\nComplete!')
|
print('\nComplete!')
|
||||||
|
|
10
README.md
10
README.md
@ -1,9 +1,9 @@
|
|||||||
# Russian language pack for [Delver](http://www.delvergame.com/)
|
# Russian language pack for [Delver](http://www.delvergame.com/)
|
||||||
**Installing**
|
**(В процессе)**
|
||||||
Drop `mods` folder next Delver executable file.
|
![Delver](https://github.com/iiiypuk/delver-pack-ru-ru/raw/master/logo.png)
|
||||||
|
|
||||||
# Notice
|
# Notice
|
||||||
Translation progress is not finished. Waiting for release 1.0 :smirk:
|
Перевод ещё не закончен! :smirk:
|
||||||
|
|
||||||
|
[![Подписаться в Steam](https://img.shields.io/badge/Подписаться-Steam-blue?style=for-the-badge)](https://steamcommunity.com/sharedfiles/filedetails/?id=1748324216)
|
||||||
|
|
||||||
# Steam Workshop page
|
|
||||||
[Subscribe](https://steamcommunity.com/sharedfiles/filedetails/?id=1748324216)
|
|
||||||
|
3
TRANSLATE.md
Normal file
3
TRANSLATE.md
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
# Как переводить и что к чему
|
||||||
|
|
||||||
|
|
Before Width: | Height: | Size: 6.9 KiB After Width: | Height: | Size: 6.9 KiB |
@ -39,3 +39,4 @@ def replaceStrings():
|
|||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
replaceStrings()
|
replaceStrings()
|
||||||
|
|
||||||
|
File diff suppressed because one or more lines are too long
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user