Replies: 1 comment
-
the same is valid for |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently you can pass any type and amount of arguments to a
i18nString
instance (LLL
).Mosten the
i18nObject
-wrapper (LL
) will be used to translate an application, butLLL
would be a solution if you just want to use the variable injection the plural rules and formatters without a dictionary.TypeScript offers a functionality where strings passed to a function can be parsed into individual parts. This makes it possible to detect variables inside the string.
Maybe also formatters, that are passed when initializing
i18nString
define a list of possible formatter-names that can be used inside the translation-string.Beta Was this translation helpful? Give feedback.
All reactions