Merge pull request #1455 from vblinden/feature-dutch-language

Added Dutch (nl-NL)
This commit is contained in:
troosan 2018-10-03 23:17:32 +02:00 committed by GitHub
commit 8a20678a7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -65,6 +65,9 @@ final class Language extends AbstractStyle
const PT_BR = 'pt-BR'; const PT_BR = 'pt-BR';
const PT_BR_ID = 1046; const PT_BR_ID = 1046;
const NL_NL = 'nl-NL';
const NL_NL_ID = 1043;
/** /**
* Language ID, used for RTF document generation * Language ID, used for RTF document generation
* *