Skip to content

Commit eb69009

Browse files
committed
Added new constant to Brazilian portuguese language
1 parent 9affbf4 commit eb69009

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)