Update Language.php

Added Language constants and values for Ukrainian (lines 71, 72):
const UK_UA = 'uk-UA';
const UK_UA_ID = 1058;
This commit is contained in:
Eugene Bulbaka 2018-12-03 16:04:19 +02:00 committed by GitHub
parent 7b3b723646
commit 7930f5d136
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -68,6 +68,9 @@ final class Language extends AbstractStyle
const NL_NL = 'nl-NL';
const NL_NL_ID = 1043;
const UK_UA = 'uk-UA';
const UK_UA_ID = 1058;
/**
* Language ID, used for RTF document generation
*