Localazy: Convert more strings (#11675)
This commit is contained in:
parent
ef5a93b702
commit
0518af70ac
60 changed files with 2915 additions and 2567 deletions
|
@ -110,7 +110,7 @@ export function getUserLanguage(): string {
|
|||
* }
|
||||
* }
|
||||
*/
|
||||
export type TranslationKey = Leaves<typeof Translations, "|", string | { other: string }>;
|
||||
export type TranslationKey = Leaves<typeof Translations, "|", string | { other: string }, 4>;
|
||||
|
||||
// Function which only purpose is to mark that a string is translatable
|
||||
// Does not actually do anything. It's helpful for automatic extraction of translatable strings
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue