-
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Implement new languages translated by AI
- Loading branch information
1 parent
34808aa
commit 55da0b8
Showing
17 changed files
with
1,170 additions
and
117 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
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
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,89 @@ | ||
import common from './common' | ||
import form from './form' | ||
import emails from './emails' | ||
import blog from './blog' | ||
import challenges from './challenges' | ||
import discovery from './discovery' | ||
import encyclopedia from './encyclopedia' | ||
import enrollment from './enrollment' | ||
import feedback from './feedback' | ||
import feed from './feed' | ||
import genre from './genre' | ||
import groups from './groups' | ||
import licenses from './licenses' | ||
import organizations from './organizations' | ||
import pages from './pages' | ||
import plans from './plans' | ||
import pm from './pm' | ||
import rating from './rating' | ||
import settings from './settings' | ||
import sharing from './sharing' | ||
import stats from './stats' | ||
import workshop from './workshop' | ||
import comments from './comments' | ||
import library from './library' | ||
import legal from './legal' | ||
import reader from './reader' | ||
import writer from './writer' | ||
import universe from './universe' | ||
import audit from './audit' | ||
import user from './user' | ||
import forums from './forums' | ||
import notifications from './notifications' | ||
import roadmap from './roadmap' | ||
import events from './events' | ||
import fanManager from './fan_manager' | ||
import readingList from './reading_list' | ||
import personalNotes from './personalNotes' | ||
|
||
export default { | ||
locales: [ | ||
'eo', | ||
'eo-UN', | ||
'eo-US', | ||
'eo-HU', | ||
'eo-CN', | ||
'eo-VA', | ||
'eo-HR', | ||
'eo-DE', | ||
'eo-NZ', | ||
'eo-UY' | ||
], | ||
...common, | ||
...form, | ||
...emails, | ||
...blog, | ||
...challenges, | ||
...discovery, | ||
...encyclopedia, | ||
...enrollment, | ||
...feedback, | ||
...feed, | ||
...genre, | ||
...groups, | ||
...licenses, | ||
...organizations, | ||
...pages, | ||
...plans, | ||
...pm, | ||
...rating, | ||
...settings, | ||
...sharing, | ||
...stats, | ||
...workshop, | ||
...comments, | ||
...library, | ||
...writer, | ||
...reader, | ||
...legal, | ||
...universe, | ||
...audit, | ||
...user, | ||
...forums, | ||
...notifications, | ||
...roadmap, | ||
...events, | ||
...fanManager, | ||
...readingList, | ||
...personalNotes | ||
} |
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,78 @@ | ||
import common from './common' | ||
import form from './form' | ||
import emails from './emails' | ||
import blog from './blog' | ||
import challenges from './challenges' | ||
import discovery from './discovery' | ||
import encyclopedia from './encyclopedia' | ||
import enrollment from './enrollment' | ||
import feedback from './feedback' | ||
import feed from './feed' | ||
import genre from './genre' | ||
import groups from './groups' | ||
import licenses from './licenses' | ||
import organizations from './organizations' | ||
import pages from './pages' | ||
import plans from './plans' | ||
import pm from './pm' | ||
import rating from './rating' | ||
import settings from './settings' | ||
import sharing from './sharing' | ||
import stats from './stats' | ||
import workshop from './workshop' | ||
import comments from './comments' | ||
import library from './library' | ||
import legal from './legal' | ||
import reader from './reader' | ||
import writer from './writer' | ||
import universe from './universe' | ||
import audit from './audit' | ||
import user from './user' | ||
import forums from './forums' | ||
import notifications from './notifications' | ||
import roadmap from './roadmap' | ||
import events from './events' | ||
import fanManager from './fan_manager' | ||
import readingList from './reading_list' | ||
import personalNotes from './personalNotes' | ||
|
||
export default { | ||
locales: ['et', 'et-EE'], | ||
...common, | ||
...form, | ||
...emails, | ||
...blog, | ||
...challenges, | ||
...discovery, | ||
...encyclopedia, | ||
...enrollment, | ||
...feedback, | ||
...feed, | ||
...genre, | ||
...groups, | ||
...licenses, | ||
...organizations, | ||
...pages, | ||
...plans, | ||
...pm, | ||
...rating, | ||
...settings, | ||
...sharing, | ||
...stats, | ||
...workshop, | ||
...comments, | ||
...library, | ||
...writer, | ||
...reader, | ||
...legal, | ||
...universe, | ||
...audit, | ||
...user, | ||
...forums, | ||
...notifications, | ||
...roadmap, | ||
...events, | ||
...fanManager, | ||
...readingList, | ||
...personalNotes | ||
} |
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,78 @@ | ||
import common from './common' | ||
import form from './form' | ||
import emails from './emails' | ||
import blog from './blog' | ||
import challenges from './challenges' | ||
import discovery from './discovery' | ||
import encyclopedia from './encyclopedia' | ||
import enrollment from './enrollment' | ||
import feedback from './feedback' | ||
import feed from './feed' | ||
import genre from './genre' | ||
import groups from './groups' | ||
import licenses from './licenses' | ||
import organizations from './organizations' | ||
import pages from './pages' | ||
import plans from './plans' | ||
import pm from './pm' | ||
import rating from './rating' | ||
import settings from './settings' | ||
import sharing from './sharing' | ||
import stats from './stats' | ||
import workshop from './workshop' | ||
import comments from './comments' | ||
import library from './library' | ||
import legal from './legal' | ||
import reader from './reader' | ||
import writer from './writer' | ||
import universe from './universe' | ||
import audit from './audit' | ||
import user from './user' | ||
import forums from './forums' | ||
import notifications from './notifications' | ||
import roadmap from './roadmap' | ||
import events from './events' | ||
import fanManager from './fan_manager' | ||
import readingList from './reading_list' | ||
import personalNotes from './personalNotes' | ||
|
||
export default { | ||
locales: ['fi', 'fi-FI'], | ||
...common, | ||
...form, | ||
...emails, | ||
...blog, | ||
...challenges, | ||
...discovery, | ||
...encyclopedia, | ||
...enrollment, | ||
...feedback, | ||
...feed, | ||
...genre, | ||
...groups, | ||
...licenses, | ||
...organizations, | ||
...pages, | ||
...plans, | ||
...pm, | ||
...rating, | ||
...settings, | ||
...sharing, | ||
...stats, | ||
...workshop, | ||
...comments, | ||
...library, | ||
...writer, | ||
...reader, | ||
...legal, | ||
...universe, | ||
...audit, | ||
...user, | ||
...forums, | ||
...notifications, | ||
...roadmap, | ||
...events, | ||
...fanManager, | ||
...readingList, | ||
...personalNotes | ||
} |
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,78 @@ | ||
import common from './common' | ||
import form from './form' | ||
import emails from './emails' | ||
import blog from './blog' | ||
import challenges from './challenges' | ||
import discovery from './discovery' | ||
import encyclopedia from './encyclopedia' | ||
import enrollment from './enrollment' | ||
import feedback from './feedback' | ||
import feed from './feed' | ||
import genre from './genre' | ||
import groups from './groups' | ||
import licenses from './licenses' | ||
import organizations from './organizations' | ||
import pages from './pages' | ||
import plans from './plans' | ||
import pm from './pm' | ||
import rating from './rating' | ||
import settings from './settings' | ||
import sharing from './sharing' | ||
import stats from './stats' | ||
import workshop from './workshop' | ||
import comments from './comments' | ||
import library from './library' | ||
import legal from './legal' | ||
import reader from './reader' | ||
import writer from './writer' | ||
import universe from './universe' | ||
import audit from './audit' | ||
import user from './user' | ||
import forums from './forums' | ||
import notifications from './notifications' | ||
import roadmap from './roadmap' | ||
import events from './events' | ||
import fanManager from './fan_manager' | ||
import readingList from './reading_list' | ||
import personalNotes from './personalNotes' | ||
|
||
export default { | ||
locales: ['hu', 'hu-HU'], | ||
...common, | ||
...form, | ||
...emails, | ||
...blog, | ||
...challenges, | ||
...discovery, | ||
...encyclopedia, | ||
...enrollment, | ||
...feedback, | ||
...feed, | ||
...genre, | ||
...groups, | ||
...licenses, | ||
...organizations, | ||
...pages, | ||
...plans, | ||
...pm, | ||
...rating, | ||
...settings, | ||
...sharing, | ||
...stats, | ||
...workshop, | ||
...comments, | ||
...library, | ||
...writer, | ||
...reader, | ||
...legal, | ||
...universe, | ||
...audit, | ||
...user, | ||
...forums, | ||
...notifications, | ||
...roadmap, | ||
...events, | ||
...fanManager, | ||
...readingList, | ||
...personalNotes | ||
} |
Oops, something went wrong.