From dfc632e8f6010fe71df0b21cb29d57f4a40099c2 Mon Sep 17 00:00:00 2001 From: Overloaded <35376950+OverloadedOrama@users.noreply.github.com> Date: Tue, 17 Dec 2019 04:12:54 +0200 Subject: [PATCH] Re-added polish translation and description in project.godot --- project.godot | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/project.godot b/project.godot index 1bdf76d62..5cb761801 100644 --- a/project.godot +++ b/project.godot @@ -33,6 +33,7 @@ _global_script_class_icons={ [application] config/name="Pixelorama" +config/description="A free & open-source 2D sprite editor" run/main_scene="res://Main.tscn" boot_splash/image="res://splash.png" boot_splash/bg_color=Color( 0.145098, 0.145098, 0.164706, 1 ) @@ -187,7 +188,7 @@ shift={ [locale] -translations=PoolStringArray( "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation", "res://Translations/#Translations.fr.translation", "res://Translations/#Translations.de.translation" ) +translations=PoolStringArray( "res://Translations/#Translations.en.translation", "res://Translations/#Translations.el.translation", "res://Translations/#Translations.fr.translation", "res://Translations/#Translations.de.translation", "res://Translations/#Translations.pl.translation" ) locale_filter=[ 0, [ ] ] [rendering]