Skip to content

Commit

Permalink
Change name of translation files from "Homeframe" to "Main"
Browse files Browse the repository at this point in the history
  • Loading branch information
Kielx committed Jul 8, 2023
1 parent 0876d94 commit 5920ac9
Show file tree
Hide file tree
Showing 6 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions locale/HomeFrame.pot → locale/Main.pot
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ msgstr ""
"Project-Id-Version: AnyGrabber\n"
"POT-Creation-Date: 2023-07-07 11:32+0200\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: Krzysztof Pañtak, [email protected]\n"
"Last-Translator: Krzysztof Pañtak, [email protected]\n"
"Language-Team: Krzysztof Pañtak, [email protected]\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=cp1250\n"
"Content-Transfer-Encoding: 8bit\n"
Expand Down
Binary file removed locale/en-US/LC_MESSAGES/HomeFrame.mo
Binary file not shown.
File renamed without changes.
Binary file removed locale/pl-PL/LC_MESSAGES/HomeFrame.mo
Binary file not shown.
File renamed without changes.
2 changes: 1 addition & 1 deletion utils/locale_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
default_locale = get_config_parameter_value("locale")

# Set up gettext for translation based on default locale
lang = gettext.translation("HomeFrame", localedir='locale', languages=[default_locale])
lang = gettext.translation("Main", localedir='locale', languages=[default_locale])
lang.install()
_ = lang.gettext

Expand Down

0 comments on commit 5920ac9

Please sign in to comment.