1
0
Fork 0
mirror of https://github.com/tonytins/dressupzack synced 2025-06-26 08:34:43 -04:00

Moved sources to /project directory

- Replaced screenshot from Imgur with a local one
This commit is contained in:
Anthony Wilcox 2019-01-01 08:48:36 -05:00
parent 67747196b7
commit 7216c18d57
65 changed files with 4 additions and 5 deletions

5
project/lang/local.csv Normal file
View file

@ -0,0 +1,5 @@
,en,sv
KMUS,Music,Musik
KCRE,Credits,Eftertexter
KABO,About,Handla om
KSOO,Coming Soon,Kommer snart
1 en sv
2 KMUS Music Musik
3 KCRE Credits Eftertexter
4 KABO About Handla om
5 KSOO Coming Soon Kommer snart

View file

@ -0,0 +1,16 @@
[remap]
importer="csv_translation"
type="Translation"
[deps]
files=[ "res://lang/local.en.translation", "res://lang/local.sv.translation" ]
source_file="res://lang/local.csv"
dest_files=[ "res://lang/local.en.translation", "res://lang/local.sv.translation" ]
[params]
compress=true
delimiter=0

Binary file not shown.

Binary file not shown.