summaryrefslogtreecommitdiff
path: root/ext/js
diff options
context:
space:
mode:
authorKajal Goel <43801094+Kajal-11@users.noreply.github.com>2024-05-11 19:47:49 +0530
committerGitHub <noreply@github.com>2024-05-11 14:17:49 +0000
commitdccacabbefb3c777d8f0ae14ab4eefa6e505ec78 (patch)
tree20d99511e371f835a91defe60a7e63da4792ad4e /ext/js
parentbece282dbb4fb3babef2d3875d0077c2a9d7546c (diff)
added Dutch language option (#913)
Diffstat (limited to 'ext/js')
-rw-r--r--ext/js/language/language-descriptors.js6
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',