Skip to content

Commit 8bafe00

Browse files
authored
Merge pull request #1307 from franciscosens/add-suport-pt-br
2 parents 77f2b16 + eb69009 commit 8bafe00

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
@@ -59,6 +59,9 @@ final class Language extends AbstractStyle
5959
const HI_IN = 'hi-IN';
6060
const HI_IN_ID = 1081;
6161

62+
const PT_BR = 'pt-BR';
63+
const PT_BR_ID = 1046;
64+
6265
/**
6366
* Language ID, used for RTF document generation
6467
*

0 commit comments

Comments
 (0)