mirror of
https://github.com/tonytins/dressupzack
synced 2025-05-08 06:14:48 -04:00
- New localization for English (obviously) and now Swedish. The system is very straight forward, but I'd suggest checking out Godot's documentation for a proper understanding on how it works. https://docs.godotengine.org/en/3.0/getting_started/workflow/assets/importing_translations.html
16 lines
300 B
Text
16 lines
300 B
Text
[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
|