chore(locales): remove contributions from people who have not agreed to the relicensing

This commit is contained in:
Ash Monty
2022-08-18 18:45:52 +02:00
parent eb4991f8b6
commit fbb2b0f230
4 changed files with 23 additions and 213 deletions

View File

@@ -47,7 +47,6 @@ app.use(expressLocale({
pt: 'pt-BR',
ro: 'ro-RO',
ru: 'ru-RU',
tr: 'tr-TR',
},
allowed: [
'en', 'en-US', 'en-GB', 'en-AU', 'en-CA',
@@ -65,7 +64,6 @@ app.use(expressLocale({
'pt', 'pt-BR',
'ro', 'ro-RO',
'ru', 'ru-RU',
'tr', 'tr-TR',
],
'default': 'en-US'
}));