mirror of
https://github.com/AmruthPillai/Reactive-Resume.git
synced 2025-11-13 16:22:59 +10:00
update i18n messages, remove pseudo locale
This commit is contained in:
@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user