From 604cf7094afa00438f198de650e21e611d58f546 Mon Sep 17 00:00:00 2001 From: redphx <96280+redphx@users.noreply.github.com> Date: Sat, 26 Apr 2025 08:23:47 +0700 Subject: [PATCH] Update translations --- src/utils/translation.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/utils/translation.ts b/src/utils/translation.ts index 7a91ce2..8d3fa0a 100755 --- a/src/utils/translation.ts +++ b/src/utils/translation.ts @@ -28,8 +28,6 @@ export const SUPPORTED_LANGUAGES = { }; const Texts = { - "xbox-360-games": "Xbox 360 games", - "xbox-apps": "Xbox apps", "achievements": "Achievements", "activate": "Activate", "activated": "Activated", @@ -435,6 +433,8 @@ const Texts = { "wallpaper": "Wallpaper", "webgl2": "WebGL2", "webgpu": "WebGPU", + "xbox-360-games": "Xbox 360 games", + "xbox-apps": "Xbox apps", }; export class Translations {