Skip to content

Commit

Permalink
v1.3.1 : french locale improvements
Browse files Browse the repository at this point in the history
  • Loading branch information
TinyTakinTeller committed Jan 12, 2025
1 parent 29eb7f4 commit 639bb10
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 deletions.
18 changes: 9 additions & 9 deletions assets/i18n/localization.csv

Large diffs are not rendered by default.

Binary file modified assets/i18n/localization.description.translation
Binary file not shown.
Binary file modified assets/i18n/localization.en.translation
Binary file not shown.
Binary file modified assets/i18n/localization.fr.translation
Binary file not shown.
Binary file modified assets/i18n/localization.pt.translation
Binary file not shown.
Binary file modified assets/i18n/localization.zh.translation
Binary file not shown.
2 changes: 1 addition & 1 deletion global/const/game.gd
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const WORKER_RESOURCE_ID: String = "worker"
const WORKER_ROLE_RESOURCE: Array[String] = [WORKER_RESOURCE_ID, "swordsman"]

const VERSION_MAJOR: String = "prototype"
const VERSION_MINOR: String = "release 1.3"
const VERSION_MINOR: String = "release 1.3.1"

const PARAMS: Dictionary = PARAMS_PROD #PARAMS_PROD #PARAMS_DEBUG

Expand Down
4 changes: 2 additions & 2 deletions scenes/ui/info_container/info_container.tscn
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ text = "Rare Title"
[node name="InfoLabelShake" parent="MarginContainer/VBoxContainer" instance=ExtResource("2_rsr25")]
unique_name_in_owner = true
visible = false
custom_minimum_size = Vector2(845, 30)
custom_minimum_size = Vector2(840, 30)
layout_mode = 2
theme_override_font_sizes/font_size = 13
text = "Venture on a hunt for some rare resources!Venture on a hunt for some rare resources!Venture on a hunt for some rare resources!"
Expand All @@ -56,7 +56,7 @@ _editor_defaults_set = true

[node name="InfoLabel" type="Label" parent="MarginContainer/VBoxContainer"]
unique_name_in_owner = true
custom_minimum_size = Vector2(845, 30)
custom_minimum_size = Vector2(840, 30)
layout_mode = 2
size_flags_horizontal = 3
size_flags_vertical = 3
Expand Down

0 comments on commit 639bb10

Please sign in to comment.