Skip to content

Commit 844a7c9

Browse files
authored
Merge pull request #1391 from omarpiani/develop
Added Italian to supported languages
2 parents 1a06173 + 0bd7c0b commit 844a7c9

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
@@ -47,6 +47,9 @@ final class Language extends AbstractStyle
4747
const HE_IL = 'he-IL';
4848
const HE_IL_ID = 1037;
4949

50+
const IT_IT = 'it-IT';
51+
const IT_IT_ID = 1040;
52+
5053
const JA_JP = 'ja-JP';
5154
const JA_JP_ID = 1041;
5255

0 commit comments

Comments
 (0)