diff options
author | Kajal Goel <43801094+Kajal-11@users.noreply.github.com> | 2024-05-11 19:47:49 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-11 14:17:49 +0000 |
commit | dccacabbefb3c777d8f0ae14ab4eefa6e505ec78 (patch) | |
tree | 20d99511e371f835a91defe60a7e63da4792ad4e /ext | |
parent | bece282dbb4fb3babef2d3875d0077c2a9d7546c (diff) |
added Dutch language option (#913)
Diffstat (limited to 'ext')
-rw-r--r-- | ext/js/language/language-descriptors.js | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ext/js/language/language-descriptors.js b/ext/js/language/language-descriptors.js index e1d89054..313a5c31 100644 --- a/ext/js/language/language-descriptors.js +++ b/ext/js/language/language-descriptors.js @@ -149,6 +149,12 @@ const languageDescriptors = [ exampleText: 'អាន' }, { + iso: 'nl', + name: 'Dutch', + exampleText: 'lezen', + textPreprocessors: capitalizationPreprocessors + }, + { iso: 'pl', name: 'Polish', exampleText: 'czytacie', |