Skip to content
This repository was archived by the owner on Oct 7, 2025. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion configs/config.ini.example
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
#weather # Detect weather - if your frontend support this!
#home_lat: # Center Lat of your scan location (Default: 0.0)
#home_lng: # Center Lng of your scan location (Default: 0.0)
#language: # Language for several things like quests or mon names in the IV list (default:en - others: de, fr )
#language: # Language for several things like quests or mon names in the IV list (default:en - others: de, fr, pt-br )
#no_quest_titles # Do not fetch quest title resources from pokeminers. Will instead use internal parsing


Expand Down
3 changes: 2 additions & 1 deletion locale/HOWTO CONTRIBUTE.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,10 +5,11 @@ Translate task texts from questGen.py:
From the MAD base folder:
> xgettext -d base -o locale/quest.pot mapadroid/utils/questGen.py

Go into the locale folder and update the translation files for german and french:
Go into the locale folder and update the translation files for german, french and portuguese:

> msgmerge --update de/LC_MESSAGES/quest.po quest.pot
> msgmerge --update fr/LC_MESSAGES/quest.po quest.pot
> msgmerge --update pt-br/LC_MESSAGES/quest.po quest.pot

Replace quest.pot with the new generated quest.po
> rm quest.pot
Expand Down
Binary file added locale/pt-br/LC_MESSAGES/quest.mo
Binary file not shown.
Loading