From a458945ab50db67740c0186168fe0a8f5962aece Mon Sep 17 00:00:00 2001 From: Trevor Slocum Date: Sat, 5 Sep 2020 09:56:45 -0700 Subject: [PATCH] Move translations --- imgboard.php | 2 +- locale/{LC_MESSAGES => }/de/tinyib.po | 0 locale/{LC_MESSAGES => }/el/tinyib.po | 0 locale/{LC_MESSAGES => }/es_MX/tinyib.po | 0 locale/{LC_MESSAGES => }/es_US/tinyib.po | 0 locale/{LC_MESSAGES => }/es_VE/tinyib.po | 0 locale/{LC_MESSAGES => }/fa/tinyib.po | 0 locale/{LC_MESSAGES => }/fi/tinyib.po | 0 locale/{LC_MESSAGES => }/fil/tinyib.po | 0 locale/{LC_MESSAGES => }/fr/tinyib.po | 0 locale/{LC_MESSAGES => }/he/tinyib.po | 0 locale/{LC_MESSAGES => }/hi/tinyib.po | 0 locale/{LC_MESSAGES => }/hu/tinyib.po | 0 locale/{LC_MESSAGES => }/is/tinyib.po | 0 locale/{LC_MESSAGES => }/it/tinyib.po | 0 locale/{LC_MESSAGES => }/ja/tinyib.po | 0 locale/{LC_MESSAGES => }/ko/tinyib.po | 0 locale/{LC_MESSAGES => }/ms/tinyib.po | 0 locale/{LC_MESSAGES => }/nb_NO/tinyib.po | 0 locale/{LC_MESSAGES => }/nl/tinyib.po | 0 locale/{LC_MESSAGES => }/pi/tinyib.po | 0 locale/{LC_MESSAGES => }/pt_BR/tinyib.po | 0 locale/{LC_MESSAGES => }/ru/tinyib.po | 0 locale/{LC_MESSAGES => }/sv/tinyib.po | 0 locale/{LC_MESSAGES => }/sw/tinyib.po | 0 locale/{LC_MESSAGES => }/uk/tinyib.po | 0 26 files changed, 1 insertion(+), 1 deletion(-) rename locale/{LC_MESSAGES => }/de/tinyib.po (100%) rename locale/{LC_MESSAGES => }/el/tinyib.po (100%) rename locale/{LC_MESSAGES => }/es_MX/tinyib.po (100%) rename locale/{LC_MESSAGES => }/es_US/tinyib.po (100%) rename locale/{LC_MESSAGES => }/es_VE/tinyib.po (100%) rename locale/{LC_MESSAGES => }/fa/tinyib.po (100%) rename locale/{LC_MESSAGES => }/fi/tinyib.po (100%) rename locale/{LC_MESSAGES => }/fil/tinyib.po (100%) rename locale/{LC_MESSAGES => }/fr/tinyib.po (100%) rename locale/{LC_MESSAGES => }/he/tinyib.po (100%) rename locale/{LC_MESSAGES => }/hi/tinyib.po (100%) rename locale/{LC_MESSAGES => }/hu/tinyib.po (100%) rename locale/{LC_MESSAGES => }/is/tinyib.po (100%) rename locale/{LC_MESSAGES => }/it/tinyib.po (100%) rename locale/{LC_MESSAGES => }/ja/tinyib.po (100%) rename locale/{LC_MESSAGES => }/ko/tinyib.po (100%) rename locale/{LC_MESSAGES => }/ms/tinyib.po (100%) rename locale/{LC_MESSAGES => }/nb_NO/tinyib.po (100%) rename locale/{LC_MESSAGES => }/nl/tinyib.po (100%) rename locale/{LC_MESSAGES => }/pi/tinyib.po (100%) rename locale/{LC_MESSAGES => }/pt_BR/tinyib.po (100%) rename locale/{LC_MESSAGES => }/ru/tinyib.po (100%) rename locale/{LC_MESSAGES => }/sv/tinyib.po (100%) rename locale/{LC_MESSAGES => }/sw/tinyib.po (100%) rename locale/{LC_MESSAGES => }/uk/tinyib.po (100%) diff --git a/imgboard.php b/imgboard.php index 4f93e0d..3cc3fbc 100644 --- a/imgboard.php +++ b/imgboard.php @@ -68,7 +68,7 @@ if (TINYIB_LOCALE == '') { } } else { require 'inc/gettext/src/autoloader.php'; - $translations = Translations::fromPoFile('locale/' . TINYIB_LOCALE . '/LC_MESSAGES/tinyib.po'); + $translations = Translations::fromPoFile('locale/' . TINYIB_LOCALE . '/tinyib.po'); $translator = new Translator(); $translator->loadTranslations($translations); $translator->register(); diff --git a/locale/LC_MESSAGES/de/tinyib.po b/locale/de/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/de/tinyib.po rename to locale/de/tinyib.po diff --git a/locale/LC_MESSAGES/el/tinyib.po b/locale/el/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/el/tinyib.po rename to locale/el/tinyib.po diff --git a/locale/LC_MESSAGES/es_MX/tinyib.po b/locale/es_MX/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/es_MX/tinyib.po rename to locale/es_MX/tinyib.po diff --git a/locale/LC_MESSAGES/es_US/tinyib.po b/locale/es_US/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/es_US/tinyib.po rename to locale/es_US/tinyib.po diff --git a/locale/LC_MESSAGES/es_VE/tinyib.po b/locale/es_VE/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/es_VE/tinyib.po rename to locale/es_VE/tinyib.po diff --git a/locale/LC_MESSAGES/fa/tinyib.po b/locale/fa/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/fa/tinyib.po rename to locale/fa/tinyib.po diff --git a/locale/LC_MESSAGES/fi/tinyib.po b/locale/fi/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/fi/tinyib.po rename to locale/fi/tinyib.po diff --git a/locale/LC_MESSAGES/fil/tinyib.po b/locale/fil/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/fil/tinyib.po rename to locale/fil/tinyib.po diff --git a/locale/LC_MESSAGES/fr/tinyib.po b/locale/fr/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/fr/tinyib.po rename to locale/fr/tinyib.po diff --git a/locale/LC_MESSAGES/he/tinyib.po b/locale/he/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/he/tinyib.po rename to locale/he/tinyib.po diff --git a/locale/LC_MESSAGES/hi/tinyib.po b/locale/hi/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/hi/tinyib.po rename to locale/hi/tinyib.po diff --git a/locale/LC_MESSAGES/hu/tinyib.po b/locale/hu/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/hu/tinyib.po rename to locale/hu/tinyib.po diff --git a/locale/LC_MESSAGES/is/tinyib.po b/locale/is/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/is/tinyib.po rename to locale/is/tinyib.po diff --git a/locale/LC_MESSAGES/it/tinyib.po b/locale/it/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/it/tinyib.po rename to locale/it/tinyib.po diff --git a/locale/LC_MESSAGES/ja/tinyib.po b/locale/ja/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/ja/tinyib.po rename to locale/ja/tinyib.po diff --git a/locale/LC_MESSAGES/ko/tinyib.po b/locale/ko/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/ko/tinyib.po rename to locale/ko/tinyib.po diff --git a/locale/LC_MESSAGES/ms/tinyib.po b/locale/ms/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/ms/tinyib.po rename to locale/ms/tinyib.po diff --git a/locale/LC_MESSAGES/nb_NO/tinyib.po b/locale/nb_NO/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/nb_NO/tinyib.po rename to locale/nb_NO/tinyib.po diff --git a/locale/LC_MESSAGES/nl/tinyib.po b/locale/nl/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/nl/tinyib.po rename to locale/nl/tinyib.po diff --git a/locale/LC_MESSAGES/pi/tinyib.po b/locale/pi/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/pi/tinyib.po rename to locale/pi/tinyib.po diff --git a/locale/LC_MESSAGES/pt_BR/tinyib.po b/locale/pt_BR/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/pt_BR/tinyib.po rename to locale/pt_BR/tinyib.po diff --git a/locale/LC_MESSAGES/ru/tinyib.po b/locale/ru/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/ru/tinyib.po rename to locale/ru/tinyib.po diff --git a/locale/LC_MESSAGES/sv/tinyib.po b/locale/sv/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/sv/tinyib.po rename to locale/sv/tinyib.po diff --git a/locale/LC_MESSAGES/sw/tinyib.po b/locale/sw/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/sw/tinyib.po rename to locale/sw/tinyib.po diff --git a/locale/LC_MESSAGES/uk/tinyib.po b/locale/uk/tinyib.po similarity index 100% rename from locale/LC_MESSAGES/uk/tinyib.po rename to locale/uk/tinyib.po