Skip to content

Commit d9c1daa

Browse files
authored
Added Swedish language
1 parent aca1078 commit d9c1daa

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
@@ -67,6 +67,9 @@ final class Language extends AbstractStyle
6767

6868
const NL_NL = 'nl-NL';
6969
const NL_NL_ID = 1043;
70+
71+
const SV_SE = 'sv-SE';
72+
const SV_SE_ID = 1053;
7073

7174
const UK_UA = 'uk-UA';
7275
const UK_UA_ID = 1058;

0 commit comments

Comments
 (0)