Skip to content

Commit

Permalink
add turkish
Browse files Browse the repository at this point in the history
<rikaitan.link>MmM1YWYyMTVlZTUzM2ExOGI0ZGEzOWJhZDZiNjk2NzAxZGQwNzk3OAo=</rikaitan.link>
  • Loading branch information
StefanVukovic99 authored and tatsumoto-ren committed Mar 23, 2024
1 parent 64254f3 commit 8f3d249
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ext/js/language/language-descriptors.js
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,12 @@ const languageDescriptors = [
exampleText: 'อ่าน',
textPreprocessors: {}
},
{
iso: 'tr',
name: 'Turkish',
exampleText: 'okuyor',
textPreprocessors: capitalizationPreprocessors
},
{
iso: 'vi',
name: 'Vietnamese',
Expand Down
1 change: 1 addition & 0 deletions types/ext/language-descriptors.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -95,6 +95,7 @@ type AllTextPreprocessors = {
sq: CapitalizationPreprocessors;
sv: CapitalizationPreprocessors;
th: Record<string, never>;
tr: CapitalizationPreprocessors;
vi: CapitalizationPreprocessors;
zh: Record<string, never>;
};

0 comments on commit 8f3d249

Please sign in to comment.