mirror of
https://github.com/lukevella/rallly.git
synced 2025-05-28 08:16:22 +02:00
👷♂️Add custom Trans component (#681)
This commit is contained in:
parent
91bb5b8a73
commit
ffbf920dbd
5 changed files with 40 additions and 28 deletions
|
@ -6,12 +6,7 @@ module.exports = {
|
|||
keySeparator: ".",
|
||||
nsSeparator: false,
|
||||
defaultNs: "app",
|
||||
defaultValue: function (lng) {
|
||||
if (lng === "en") {
|
||||
return "__STRING_NOT_TRANSLATED__";
|
||||
}
|
||||
return "";
|
||||
},
|
||||
defaultValue: "__STRING_NOT_TRANSLATED__",
|
||||
lngs: ["en"],
|
||||
ns: ["app"],
|
||||
plural: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue