Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

More graceful translations startup handling #630

Merged
merged 8 commits into from
Aug 25, 2024
9 changes: 8 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -19,5 +19,12 @@ venv/
*.sublime-*
MCprep_addon/import_bridge/conf
MCprep_addon/import_bridge/nbt
MCprep_addon/MCprep_resources/
MCprep_addon/MCprep_resources/*.blend
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Before this change, we were masking .po files, felt it was worth making sure we had it recognized explicitly.

MCprep_addon/MCprep_resources/mcprep_data.json
MCprep_addon/MCprep_resources/effects
MCprep_addon/MCprep_resources/resourcepacks
MCprep_addon/MCprep_resources/rigs
MCprep_addon/MCprep_resources/skins
MCprep_addon/MCprep_resources/textures
!MCprep_addon/MCprep_resources/Languages/*
MCprep_addon/.vscode
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ msgstr ""
"Language-Team: LANGUAGE <[email protected]>\n"
"Language: \n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=CHARSET\n"
"Content-Type: text/plain; charset=UTF-8\n"
"Content-Transfer-Encoding: 8bit\n"

#: MCprep_addon/mcprep_ui.py:98
Expand Down
4 changes: 2 additions & 2 deletions MCprep_addon/MCprep_resources/Languages/mcprep.pot
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
#
msgid ""
msgstr ""
"Project-Id-Version: 3.6.1\n"
"Project-Id-Version: 3.6.1.1\n"
"Report-Msgid-Bugs-To: https://github.com/Moo-Ack-Productions/MCprep/issues\n"
"POT-Creation-Date: 2024-08-22 21:18-0700\n"
"POT-Creation-Date: 2024-08-24 18:31-0700\n"
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
"Last-Translator: FULL NAME <EMAIL@ADDRESS>\n"
"Language-Team: LANGUAGE <[email protected]>\n"
Expand Down
Loading