Skip to content

Commit c5a1f91

Browse files
SarahTreesPowerKiKi
authored andcommitted
Update Language.php
Add FR_CH Add DE_CH
1 parent 2c56271 commit c5a1f91

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

src/PhpWord/Style/Language.php

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,16 +35,22 @@ final class Language extends AbstractStyle
3535
const EN_GB_ID = 2057;
3636

3737
const FR_FR = 'fr-FR';
38-
const FR_FR_ID = 1036;
38+
const FR_FR_ID = 1036;
3939

4040
const FR_BE = 'fr-BE';
4141
const FR_BE_ID = 2060;
42+
43+
const FR_CH = 'fr-CH';
44+
const FR_CH_ID = 4108;
4245

4346
const ES_ES = 'es-ES';
4447
const ES_ES_ID = 3082;
4548

4649
const DE_DE = 'de-DE';
4750
const DE_DE_ID = 1031;
51+
52+
const DE_CH = 'de-CH';
53+
const DE_CH_ID = 2055;
4854

4955
const HE_IL = 'he-IL';
5056
const HE_IL_ID = 1037;

0 commit comments

Comments
 (0)