Skip to content

Commit

Permalink
[et] Add Estonian (#1724)
Browse files Browse the repository at this point in the history
Add Estonian
  • Loading branch information
chickendude authored Dec 31, 2024
1 parent 9b281df commit 26cd2a8
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
7 changes: 7 additions & 0 deletions ext/js/language/language-descriptors.js
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ const languageDescriptors = [
textPreprocessors: capitalizationPreprocessors,
languageTransforms: spanishTransforms,
},
{
iso: 'et',
iso639_3: 'est',
name: 'Estonian',
exampleText: 'lugema',
textPreprocessors: capitalizationPreprocessors,
},
{
iso: 'fa',
iso639_3: 'fas',
Expand Down
3 changes: 3 additions & 0 deletions types/ext/language-descriptors.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -99,6 +99,9 @@ type AllTextProcessors = {
es: {
pre: CapitalizationPreprocessors;
};
et: {
pre: CapitalizationPreprocessors;
};
fa: {
pre: {
removeArabicScriptDiacritics: TextProcessor<boolean>;
Expand Down

0 comments on commit 26cd2a8

Please sign in to comment.