Skip to content

Commit 249e049

Browse files
authored
Merge pull request #2171 from amgad-naiem/patch-1
Added Swedish language
2 parents 9658c12 + d9c1daa commit 249e049

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

7070
const NL_NL = 'nl-NL';
7171
const NL_NL_ID = 1043;
72+
73+
const SV_SE = 'sv-SE';
74+
const SV_SE_ID = 1053;
7275

7376
const UK_UA = 'uk-UA';
7477
const UK_UA_ID = 1058;

0 commit comments

Comments
 (0)