Merge pull request #1307 from franciscosens/add-suport-pt-br

This commit is contained in:
troosan 2018-03-10 08:48:30 +01:00 committed by GitHub
commit 8bafe0000f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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
*