Skip to content

Commit

Permalink
Factor a pt personality out of pt_BR personality
Browse files Browse the repository at this point in the history
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
wjt committed Nov 22, 2024
1 parent 3ebcde2 commit c569149
Show file tree
Hide file tree
Showing 2 changed files with 28 additions and 21 deletions.
28 changes: 28 additions & 0 deletions config/personality/pt.ini
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
21 changes: 0 additions & 21 deletions config/personality/pt_BR.ini
Original file line number Diff line number Diff line change
Expand Up @@ -4,28 +4,7 @@
language = pt_BR.utf8
timezone = America/Sao_Paulo

[flatpak]
locales = pt

# Brazil specific 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
com.endlessm.your_health.pt_BR

0 comments on commit c569149

Please sign in to comment.