Skip to content

Commit

Permalink
[mt] Add Maltese
Browse files Browse the repository at this point in the history
  • Loading branch information
fenakhay committed Jan 6, 2025
1 parent 2b08084 commit fcbf3c1
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 @@ -272,6 +272,13 @@ const languageDescriptors = [
exampleText: 'унших',
textPreprocessors: capitalizationPreprocessors,
},
{
iso: 'mt',
iso639_3: 'mlt',
name: 'Maltese',
exampleText: 'kiteb',
textPreprocessors: capitalizationPreprocessors,
},
{
iso: 'nl',
iso639_3: 'nld',
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 @@ -160,6 +160,9 @@ type AllTextProcessors = {
mn: {
pre: CapitalizationPreprocessors;
};
mt: {
pre: CapitalizationPreprocessors;
};
nl: {
pre: CapitalizationPreprocessors;
};
Expand Down

0 comments on commit fcbf3c1

Please sign in to comment.