Skip to content

Commit 1534dc2

Browse files
authored
Merge pull request #1595 from NickCoolii/patch-1
Added new constant to russian language
2 parents 6e4f18c + 8cea322 commit 1534dc2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/PhpWord/Style/Language.php

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,9 @@ final class Language extends AbstractStyle
7171
const UK_UA = 'uk-UA';
7272
const UK_UA_ID = 1058;
7373

74+
const RU_RU = 'ru-RU';
75+
const RU_RU_ID = 1049;
76+
7477
/**
7578
* Language ID, used for RTF document generation
7679
*

0 commit comments

Comments
 (0)