mirror of
https://github.com/Dokploy/dokploy.git
synced 2026-06-29 11:05:33 +02:00
feat: add russian translation init
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import Cookies from "js-cookie";
|
||||
|
||||
const SUPPORTED_LOCALES = ["en", "pl", "zh-Hans"] as const;
|
||||
const SUPPORTED_LOCALES = ["en", "pl", "zh-Hans", "ru"] as const;
|
||||
|
||||
type Locale = (typeof SUPPORTED_LOCALES)[number];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user