diff --git a/Jellyfin.Plugin.Themerr.Tests/Jellyfin.Plugin.Themerr.Tests.csproj b/Jellyfin.Plugin.Themerr.Tests/Jellyfin.Plugin.Themerr.Tests.csproj index fa743d6..cf033c5 100644 --- a/Jellyfin.Plugin.Themerr.Tests/Jellyfin.Plugin.Themerr.Tests.csproj +++ b/Jellyfin.Plugin.Themerr.Tests/Jellyfin.Plugin.Themerr.Tests.csproj @@ -30,10 +30,6 @@ - - - - PreserveNewest diff --git a/Jellyfin.Plugin.Themerr/Jellyfin.Plugin.Themerr.csproj b/Jellyfin.Plugin.Themerr/Jellyfin.Plugin.Themerr.csproj index 10648cb..6f64d1d 100644 --- a/Jellyfin.Plugin.Themerr/Jellyfin.Plugin.Themerr.csproj +++ b/Jellyfin.Plugin.Themerr/Jellyfin.Plugin.Themerr.csproj @@ -10,8 +10,8 @@ + - @@ -21,7 +21,9 @@ - + + Jellyfin.Plugin.Themerr.Locale.%(Filename)%(Extension) + diff --git a/Jellyfin.Plugin.Themerr/Locale/de.json b/Locale/de.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/de.json rename to Locale/de.json diff --git a/Jellyfin.Plugin.Themerr/Locale/en.json b/Locale/en.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/en.json rename to Locale/en.json diff --git a/Jellyfin.Plugin.Themerr/Locale/en_GB.json b/Locale/en_GB.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/en_GB.json rename to Locale/en_GB.json diff --git a/Jellyfin.Plugin.Themerr/Locale/en_US.json b/Locale/en_US.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/en_US.json rename to Locale/en_US.json diff --git a/Jellyfin.Plugin.Themerr/Locale/es.json b/Locale/es.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/es.json rename to Locale/es.json diff --git a/Jellyfin.Plugin.Themerr/Locale/fr.json b/Locale/fr.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/fr.json rename to Locale/fr.json diff --git a/Jellyfin.Plugin.Themerr/Locale/it.json b/Locale/it.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/it.json rename to Locale/it.json diff --git a/Jellyfin.Plugin.Themerr/Locale/ru.json b/Locale/ru.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/ru.json rename to Locale/ru.json diff --git a/Jellyfin.Plugin.Themerr/Locale/sv.json b/Locale/sv.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/sv.json rename to Locale/sv.json diff --git a/Jellyfin.Plugin.Themerr/Locale/zh.json b/Locale/zh.json similarity index 100% rename from Jellyfin.Plugin.Themerr/Locale/zh.json rename to Locale/zh.json diff --git a/crowdin.yml b/crowdin.yml index e26b5c3..fcd817a 100644 --- a/crowdin.yml +++ b/crowdin.yml @@ -9,9 +9,9 @@ "files": [ { - "source": "/Jellyfin.Plugin.Themerr/Locale/en.json", + "source": "/Locale/en.json", "dest": "/themerr-jellyfin.json", - "translation": "/Jellyfin.Plugin.Themerr/Locale/%two_letters_code%.%file_extension%", + "translation": "/Locale/%two_letters_code%.%file_extension%", "update_option": "update_as_unapproved" } ] diff --git a/docs/source/contributing/localization.rst b/docs/source/contributing/localization.rst index f6bc9be..83e5f3d 100644 --- a/docs/source/contributing/localization.rst +++ b/docs/source/contributing/localization.rst @@ -34,7 +34,7 @@ The implementation uses a JSON key-value pair to map the strings to their respec The following is a simple example of how to use it. -- Add the string to `Jellyfin.Plugin.Themerr/Locale/en.json`, in English. +- Add the string to `Locale/en.json`, in English. .. code-block:: json {