mirror of
https://github.com/chillpadclub/bedolaga-cabinet.git
synced 2026-07-30 02:23:47 +00:00
fix(i18n): spell the brand "Remnawave" instead of camelCase "RemnaWave"
Replace the user-facing 'RemnaWave' spelling with 'Remnawave' across all locale values (en/ru/zh/fa, 67 strings), t() display fallbacks, and code comments. Translation keys (refreshRemnaWave, ...) and code identifiers (RemnaWaveService, setRemnaWaveUuid, ...) are left untouched.
This commit is contained in:
@@ -538,7 +538,7 @@ export interface LocalizedText {
|
||||
[key: string]: string;
|
||||
}
|
||||
|
||||
// RemnaWave format types
|
||||
// Remnawave format types
|
||||
export interface RemnawaveButtonClient {
|
||||
url?: string;
|
||||
link?: string;
|
||||
@@ -581,7 +581,7 @@ export interface AppConfig {
|
||||
supportUrl?: string;
|
||||
};
|
||||
|
||||
// RemnaWave
|
||||
// Remnawave
|
||||
isRemnawave?: boolean;
|
||||
svgLibrary?: Record<string, string | { svgString: string }>;
|
||||
baseTranslations?: Record<string, LocalizedText>;
|
||||
|
||||
Reference in New Issue
Block a user