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:
c0mrade
2026-06-01 13:30:53 +03:00
parent 9309643b7e
commit 0d024aec58
12 changed files with 87 additions and 87 deletions

View File

@@ -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>;