mirror of
https://github.com/documenso/documenso.git
synced 2026-07-26 01:45:08 +10:00
feat: add dutch language (#2255)
This commit is contained in:
@@ -6,6 +6,7 @@ export const SUPPORTED_LANGUAGE_CODES = [
|
|||||||
'fr',
|
'fr',
|
||||||
'es',
|
'es',
|
||||||
'it',
|
'it',
|
||||||
|
'nl',
|
||||||
'pl',
|
'pl',
|
||||||
'pt-BR',
|
'pt-BR',
|
||||||
'ja',
|
'ja',
|
||||||
@@ -61,6 +62,10 @@ export const SUPPORTED_LANGUAGES: Record<string, SupportedLanguage> = {
|
|||||||
full: 'Italian',
|
full: 'Italian',
|
||||||
short: 'it',
|
short: 'it',
|
||||||
},
|
},
|
||||||
|
nl: {
|
||||||
|
short: 'nl',
|
||||||
|
full: 'Dutch',
|
||||||
|
},
|
||||||
pl: {
|
pl: {
|
||||||
short: 'pl',
|
short: 'pl',
|
||||||
full: 'Polish',
|
full: 'Polish',
|
||||||
|
|||||||
Reference in New Issue
Block a user