Merge pull request #1595 from NickCoolii/patch-1

Added new constant to russian language
This commit is contained in:
troosan 2019-03-31 20:48:10 +02:00 committed by GitHub
commit 1534dc23c3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -71,6 +71,9 @@ final class Language extends AbstractStyle
const UK_UA = 'uk-UA';
const UK_UA_ID = 1058;
const RU_RU = 'ru-RU';
const RU_RU_ID = 1049;
/**
* Language ID, used for RTF document generation
*