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

Localization in English and Swedish

- 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
This commit is contained in:
Anthony Wilcox 2019-01-01 08:27:45 -05:00
parent f021869131
commit 67747196b7
10 changed files with 36 additions and 10 deletions

View file

@ -2,11 +2,11 @@
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
[node name="About" type="Node"]
[node name="About" type="Node" index="0"]
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
toolbar_title = "About"
toolbar_title = "KABO"
content_text = "Zack's Dress Up is a port and remake of ZC's Dress Up. Both created by Anthony Wilcox.
This is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

View file

@ -2,11 +2,11 @@
[ext_resource path="res://widgets/WindowControl.tscn" type="PackedScene" id=1]
[node name="ComingSoon" type="Node"]
[node name="ComingSoon" type="Node" index="0"]
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
toolbar_title = "Coming Soon"
toolbar_title = "KSOO"
content_text = "This feature has not been implemented yet."
content_height = 30

View file

@ -6,7 +6,7 @@
[node name="WindowControl" parent="." index="0" instance=ExtResource( 1 )]
toolbar_title = "Credits"
toolbar_title = "KCRE"
content_text = "[center]Created by
Anthony Wilcox