From 588bd043c1fec95b8386418337114360ad02bf93 Mon Sep 17 00:00:00 2001 From: Mephisto <38382271+NotMephisto@users.noreply.github.com> Date: Sun, 1 Jun 2025 18:17:13 +0300 Subject: [PATCH] Update intl.ts --- ags/i18n/intl.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ags/i18n/intl.ts b/ags/i18n/intl.ts index c1bcaea..32f96c6 100644 --- a/ags/i18n/intl.ts +++ b/ags/i18n/intl.ts @@ -3,7 +3,8 @@ import { GLib } from "astal"; const i18nKeys = { "en_US": (await import("./lang/en_US")).default, - "pt_BR": (await import("./lang/pt_BR")).default + "pt_BR": (await import("./lang/pt_BR")).default, + "ru_RU": (await import("./lang/ru_RU")).default }; const languages: Array = Object.keys(i18nKeys);