Skip to content

Commit

Permalink
added Dutch language option
Browse files Browse the repository at this point in the history
<rikaitan.link>ZGNjYWNhYmJlZmIzYzc3N2Q4ZjBhZTE0YWI0ZWVmYTZlNTA1ZWM3OAo=</rikaitan.link>
  • Loading branch information
Kajal-11 authored and tatsumoto-ren committed May 12, 2024
1 parent 60acb52 commit 04eb2d2
Show file tree
Hide file tree
Showing 2 changed files with 9 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 @@ -148,6 +148,12 @@ const languageDescriptors = [
name: 'Khmer',
exampleText: 'អាន'
},
{
iso: 'nl',
name: 'Dutch',
exampleText: 'lezen',
textPreprocessors: capitalizationPreprocessors
},
{
iso: 'pl',
name: 'Polish',
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 @@ -124,6 +124,9 @@ type AllTextProcessors = {
};
};
km: Record<string, never>;
nl: {
pre: CapitalizationPreprocessors;
};
pl: {
pre: CapitalizationPreprocessors;
};
Expand Down

0 comments on commit 04eb2d2

Please sign in to comment.