Added new constant to Brazilian portuguese language

This commit is contained in:
Francisco Lucas Sens 2018-03-08 16:15:31 -03:00
parent 9affbf4ecf
commit eb6900969f
1 changed files with 3 additions and 0 deletions

View File

@ -59,6 +59,9 @@ final class Language extends AbstractStyle
const HI_IN = 'hi-IN';
const HI_IN_ID = 1081;
const PT_BR = 'pt-BR';
const PT_BR_ID = 1046;
/**
* Language ID, used for RTF document generation
*