update i18n messages, remove pseudo locale

This commit is contained in:
Amruth Pillai
2023-11-17 08:58:27 +01:00
parent 78c06abbd4
commit 9bf125e024
50 changed files with 2148 additions and 3961 deletions

View File

@ -45,18 +45,7 @@ export class TranslationService {
},
});
// Add Pseudo Locale
data.push({
data: {
language: {
id: "zu-ZA",
locale: "zu-ZA",
editorCode: "zuza",
name: "Psuedo Locale",
},
translationProgress: 100,
},
});
data.sort((a, b) => a.data.language.name.localeCompare(b.data.language.name));
return data.map(({ data }) => {
return {