Skip to content

Commit

Permalink
enhancement: Add support for Esperanto
Browse files Browse the repository at this point in the history
  • Loading branch information
Betree committed Aug 30, 2023
1 parent 29e6e13 commit c2c55f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions app/components/App/LanguageSelector.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ const defaultLocales = new Map({
fr: 'Français',
ar: 'العربية',
es: 'Español',
eo: 'Esperanto',
pt_BR: 'Português (Brasil)',
})

Expand Down
2 changes: 1 addition & 1 deletion app/constants.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export const COMMENTS_CHANNEL = 'comments'

// Misc
export const NO_INTERNET_ERROR = 'errors:server.noInternet'
export const SUPPORTED_LOCALES = ['en', 'fr', 'ar']
export const SUPPORTED_LOCALES = ['en', 'fr', 'ar', 'eo']
export const MAX_DAILY_REPUTATION_GAIN = 25

// Actions
Expand Down

0 comments on commit c2c55f3

Please sign in to comment.