From e802402b4868ff8c93d5b74d18510721f8f032e0 Mon Sep 17 00:00:00 2001 From: Luca Canali Date: Wed, 31 Aug 2022 08:53:20 +0200 Subject: [PATCH] organized the local folder into subfolders containing the various localizations as suggested in the post https://github.com/git-learning-game/oh-my-git/pull/146#issuecomment-1230965522 --- locale/{ => it_IT}/it_IT-cards.po | 0 locale/{ => it_IT}/it_IT-levels.po | 0 locale/{ => it_IT}/it_IT-text.po | 0 project.godot | 2 +- 4 files changed, 1 insertion(+), 1 deletion(-) rename locale/{ => it_IT}/it_IT-cards.po (100%) rename locale/{ => it_IT}/it_IT-levels.po (100%) rename locale/{ => it_IT}/it_IT-text.po (100%) diff --git a/locale/it_IT-cards.po b/locale/it_IT/it_IT-cards.po similarity index 100% rename from locale/it_IT-cards.po rename to locale/it_IT/it_IT-cards.po diff --git a/locale/it_IT-levels.po b/locale/it_IT/it_IT-levels.po similarity index 100% rename from locale/it_IT-levels.po rename to locale/it_IT/it_IT-levels.po diff --git a/locale/it_IT-text.po b/locale/it_IT/it_IT-text.po similarity index 100% rename from locale/it_IT-text.po rename to locale/it_IT/it_IT-text.po diff --git a/project.godot b/project.godot index fdb8df7..f349d1d 100644 --- a/project.godot +++ b/project.godot @@ -151,7 +151,7 @@ mute={ [locale] -translations=PoolStringArray( "res://locale/it_IT-text.po", "res://locale/it_IT-levels.po", "res://locale/it_IT-cards.po" ) +translations=PoolStringArray( "res://locale/it_IT/it_IT-cards.po", "res://locale/it_IT/it_IT-levels.po", "res://locale/it_IT/it_IT-text.po" ) locale_filter=[ 0, [ ] ] [network]