mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-26 13:20:48 +00:00
Move i18n setup to TypeScript
This commit is contained in:
@@ -21,7 +21,7 @@ export type ReplacementValuesType = {
|
||||
};
|
||||
|
||||
export type LocalizerType = {
|
||||
(key: string, values?: Array<string | null> | ReplacementValuesType): string;
|
||||
(key: string, values?: Array<string> | ReplacementValuesType): string;
|
||||
getLocale(): string;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user