First level-translations
Opened this issue · 0 comments
sihu commented
{
"exampleWithVariables": "Das {subject} ist {color}"
}
will generate an interface:
// Warning: this file has been generated by bin/generate-i18n. Do not change or commit it!
export interface Translations {
// this part is generated from de.json, en.json, ....
exampleWithVariables: {
exampleWithVariables: string
};
// until here
}