13
13
// language names: they have the names given to them by the `tx` Transifex
14
14
// client, which are based on the language names that appear in Transifex.
15
15
export default {
16
+ ace : require ( '../../static/translations/messages_ace.json' ) ,
16
17
am : require ( '../../static/translations/messages_am.json' ) ,
17
18
ar : require ( '../../static/translations/messages_ar.json' ) ,
18
19
be : require ( '../../static/translations/messages_be.json' ) ,
@@ -35,6 +36,7 @@ export default {
35
36
fr : require ( '../../static/translations/messages_fr.json' ) ,
36
37
gl : require ( '../../static/translations/messages_gl.json' ) ,
37
38
gu : require ( '../../static/translations/messages_gu.json' ) ,
39
+ ha : require ( '../../static/translations/messages_ha.json' ) ,
38
40
hi : require ( '../../static/translations/messages_hi.json' ) ,
39
41
hr : require ( '../../static/translations/messages_hr.json' ) ,
40
42
hu : require ( '../../static/translations/messages_hu.json' ) ,
@@ -72,6 +74,7 @@ export default {
72
74
ur : require ( '../../static/translations/messages_ur.json' ) ,
73
75
uz : require ( '../../static/translations/messages_uz.json' ) ,
74
76
vi : require ( '../../static/translations/messages_vi.json' ) ,
77
+ yo : require ( '../../static/translations/messages_yo.json' ) ,
75
78
yue : require ( '../../static/translations/messages_yue.json' ) ,
76
79
'zh-Hans' : require ( '../../static/translations/messages_zh-Hans.json' ) ,
77
80
'zh-Hant' : require ( '../../static/translations/messages_zh-Hant.json' ) ,
0 commit comments