1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-20 12:33:14 +00:00

Removed NotoSansCJKtc-Bold to save space

Updated some missing translations from SplashDialog too
This commit is contained in:
OverloadedOrama 2020-05-02 23:11:41 +03:00
parent babd5759f8
commit 148d918f12
5 changed files with 18 additions and 19 deletions

View file

@ -1,9 +0,0 @@
[gd_resource type="DynamicFont" load_steps=2 format=2]
[ext_resource path="res://Assets/Fonts/CJK/NotoSansCJKtc-Bold.otf" type="DynamicFontData" id=1]
[resource]
size = 12
use_mipmaps = true
use_filter = true
font_data = ExtResource( 1 )

View file

@ -43,6 +43,9 @@ msgstr ""
msgid "Help"
msgstr ""
msgid "New"
msgstr ""
msgid "New..."
msgstr ""
@ -55,6 +58,9 @@ msgstr ""
msgid "Save as..."
msgstr ""
msgid "Import"
msgstr ""
msgid "Import..."
msgstr ""
@ -1062,6 +1068,9 @@ msgstr ""
msgid "You haven't saved or opened any project in Pixelorama yet!"
msgstr ""
msgid "Open Last Project"
msgstr ""
msgid "Open last project..."
msgstr ""

View file

@ -19,8 +19,8 @@ func _on_SplashDialog_about_to_show() -> void:
if "zh" in TranslationServer.get_locale():
show_on_startup_button.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Small.tres"))
developed_by_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Small.tres"))
platinum_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Bold.tres"))
gold_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Bold.tres"))
platinum_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres"))
gold_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres"))
else:
show_on_startup_button.add_font_override("font", preload("res://Assets/Fonts/Roboto-Small.tres"))
developed_by_label.add_font_override("font", preload("res://Assets/Fonts/Roboto-Small.tres"))

View file

@ -16,6 +16,7 @@
margin_right = 614.0
margin_bottom = 590.0
rect_min_size = Vector2( 600, 560 )
resizable = true
script = ExtResource( 1 )
__meta__ = {
"_edit_use_anchors_": false
@ -259,14 +260,13 @@ text = "Platinum Sponsor"
align = 1
[node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"]
margin_top = 47.0
margin_top = 56.0
margin_right = 125.0
margin_bottom = 80.0
margin_bottom = 71.0
size_flags_vertical = 6
custom_fonts/font = ExtResource( 6 )
custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 )
text = "Platinum
Sponsor"
text = "Platinum Sponsor"
align = 1
[node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"]
@ -296,14 +296,13 @@ text = "Gold Sponsors"
align = 1
[node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"]
margin_top = 47.0
margin_top = 56.0
margin_right = 125.0
margin_bottom = 80.0
margin_bottom = 71.0
size_flags_vertical = 6
custom_fonts/font = ExtResource( 6 )
custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 )
text = "Gold
Sponsors"
text = "Gold Sponsors"
align = 1
[node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"]