-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Factor a pt personality out of pt_BR personality
I don't think we necessarily want to do this but it serves as a proof of concept for how this should work. With this change the generated config for the pt_BR personality is identical to the config without this change. https://phabricator.endlessm.com/T34731
- Loading branch information
Showing
2 changed files
with
28 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,28 @@ | ||
[image] | ||
language = pt_PT.utf8 | ||
timezone = Europe/Lisbon | ||
|
||
[flatpak] | ||
locales = pt | ||
|
||
# Portuguese apps. See defaults.ini for default set. | ||
[flatpak-remote-eos-apps] | ||
apps_add = | ||
com.endlessm.animals.pt | ||
com.endlessm.astronomy.pt | ||
com.endlessm.biology.pt | ||
com.endlessm.celebrities.pt | ||
com.endlessm.cooking.pt | ||
com.endlessm.dinosaurs.pt | ||
com.endlessm.encyclopedia.pt | ||
com.endlessm.farming.pt | ||
com.endlessm.geography.pt | ||
com.endlessm.history.pt | ||
com.endlessm.howto.pt | ||
com.endlessm.library.pt | ||
com.endlessm.math.pt | ||
com.endlessm.myths.pt | ||
com.endlessm.physics.pt | ||
com.endlessm.soccer.pt | ||
com.endlessm.socialsciences.pt | ||
com.endlessm.travel.pt |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters