mirror of
https://github.com/Dokploy/dokploy
synced 2025-06-26 18:27:59 +00:00
feat(i18n): add japanese language support
This commit is contained in:
@@ -11,6 +11,7 @@ export enum Languages {
|
||||
Persian = "fa",
|
||||
Korean = "ko",
|
||||
Portuguese = "pt-br",
|
||||
Japanese = "ja",
|
||||
}
|
||||
|
||||
export type Language = keyof typeof Languages;
|
||||
|
||||
Reference in New Issue
Block a user