1
0
Fork 0
mirror of https://github.com/Orama-Interactive/Pixelorama.git synced 2025-02-21 21:13: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" msgid "Help"
msgstr "" msgstr ""
msgid "New"
msgstr ""
msgid "New..." msgid "New..."
msgstr "" msgstr ""
@ -55,6 +58,9 @@ msgstr ""
msgid "Save as..." msgid "Save as..."
msgstr "" msgstr ""
msgid "Import"
msgstr ""
msgid "Import..." msgid "Import..."
msgstr "" msgstr ""
@ -1062,6 +1068,9 @@ msgstr ""
msgid "You haven't saved or opened any project in Pixelorama yet!" msgid "You haven't saved or opened any project in Pixelorama yet!"
msgstr "" msgstr ""
msgid "Open Last Project"
msgstr ""
msgid "Open last project..." msgid "Open last project..."
msgstr "" msgstr ""

View file

@ -19,8 +19,8 @@ func _on_SplashDialog_about_to_show() -> void:
if "zh" in TranslationServer.get_locale(): if "zh" in TranslationServer.get_locale():
show_on_startup_button.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Small.tres")) 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")) 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")) 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-Bold.tres")) gold_placeholder_label.add_font_override("font", preload("res://Assets/Fonts/CJK/NotoSansCJKtc-Regular.tres"))
else: else:
show_on_startup_button.add_font_override("font", preload("res://Assets/Fonts/Roboto-Small.tres")) 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")) 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_right = 614.0
margin_bottom = 590.0 margin_bottom = 590.0
rect_min_size = Vector2( 600, 560 ) rect_min_size = Vector2( 600, 560 )
resizable = true
script = ExtResource( 1 ) script = ExtResource( 1 )
__meta__ = { __meta__ = {
"_edit_use_anchors_": false "_edit_use_anchors_": false
@ -259,14 +260,13 @@ text = "Platinum Sponsor"
align = 1 align = 1
[node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"] [node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"]
margin_top = 47.0 margin_top = 56.0
margin_right = 125.0 margin_right = 125.0
margin_bottom = 80.0 margin_bottom = 71.0
size_flags_vertical = 6 size_flags_vertical = 6
custom_fonts/font = ExtResource( 6 ) custom_fonts/font = ExtResource( 6 )
custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 ) custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 )
text = "Platinum text = "Platinum Sponsor"
Sponsor"
align = 1 align = 1
[node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"] [node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/PlatinumContainer"]
@ -296,14 +296,13 @@ text = "Gold Sponsors"
align = 1 align = 1
[node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"] [node name="PlaceholderLabel" type="Label" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"]
margin_top = 47.0 margin_top = 56.0
margin_right = 125.0 margin_right = 125.0
margin_bottom = 80.0 margin_bottom = 71.0
size_flags_vertical = 6 size_flags_vertical = 6
custom_fonts/font = ExtResource( 6 ) custom_fonts/font = ExtResource( 6 )
custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 ) custom_colors/font_color = Color( 0.678431, 0.611765, 0.807843, 1 )
text = "Gold text = "Gold Sponsors"
Sponsors"
align = 1 align = 1
[node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"] [node name="TakeThisSpot" type="Button" parent="Contents/MarginContainer/Info/Sponsors/GoldContainer"]