Merge pull request #1391 from omarpiani/develop

Added Italian to supported languages
This commit is contained in:
troosan 2018-06-01 09:13:40 +02:00 committed by GitHub
commit 844a7c95ba
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 3 additions and 0 deletions

View File

@ -47,6 +47,9 @@ final class Language extends AbstractStyle
const HE_IL = 'he-IL'; const HE_IL = 'he-IL';
const HE_IL_ID = 1037; const HE_IL_ID = 1037;
const IT_IT = 'it-IT';
const IT_IT_ID = 1040;
const JA_JP = 'ja-JP'; const JA_JP = 'ja-JP';
const JA_JP_ID = 1041; const JA_JP_ID = 1041;