Skip to content

Commit 4561d06

Browse files
authored
Merge branch 'zulip:main' into pr-homescreen-icon-change-5303
2 parents f33b6b3 + c643c2a commit 4561d06

File tree

5 files changed

+0
-692
lines changed

5 files changed

+0
-692
lines changed

flow-typed/translations.js

-12
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,6 @@ declare module '../../static/translations/messages_fr.json' {
8080
declare export default {| [string]: string |};
8181
}
8282

83-
declare module '../../static/translations/messages_fr_FR.json' {
84-
declare export default {| [string]: string |};
85-
}
86-
8783
declare module '../../static/translations/messages_gl.json' {
8884
declare export default {| [string]: string |};
8985
}
@@ -100,10 +96,6 @@ declare module '../../static/translations/messages_hr.json' {
10096
declare export default {| [string]: string |};
10197
}
10298

103-
declare module '../../static/translations/messages_hr_HR.json' {
104-
declare export default {| [string]: string |};
105-
}
106-
10799
declare module '../../static/translations/messages_hu.json' {
108100
declare export default {| [string]: string |};
109101
}
@@ -140,10 +132,6 @@ declare module '../../static/translations/messages_my.json' {
140132
declare export default {| [string]: string |};
141133
}
142134

143-
declare module '../../static/translations/messages_nb_NO.json' {
144-
declare export default {| [string]: string |};
145-
}
146-
147135
declare module '../../static/translations/messages_nl.json' {
148136
declare export default {| [string]: string |};
149137
}

src/i18n/messages.js

-2
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,10 @@ export default {
3030
fa: require('../../static/translations/messages_fa.json'),
3131
fi: require('../../static/translations/messages_fi.json'),
3232
fr: require('../../static/translations/messages_fr.json'),
33-
'fr-FR': require('../../static/translations/messages_fr_FR.json'),
3433
gl: require('../../static/translations/messages_gl.json'),
3534
gu: require('../../static/translations/messages_gu.json'),
3635
hi: require('../../static/translations/messages_hi.json'),
3736
hr: require('../../static/translations/messages_hr.json'),
38-
'hr-HR': require('../../static/translations/messages_hr_HR.json'),
3937
hu: require('../../static/translations/messages_hu.json'),
4038
id: require('../../static/translations/messages_id.json'),
4139
it: require('../../static/translations/messages_it.json'),

static/translations/messages_fr_FR.json

-226
This file was deleted.

0 commit comments

Comments
 (0)