mirror of
https://github.com/thaldrin/lingua.git
synced 2024-08-15 03:03:43 +00:00
another missing value
This commit is contained in:
parent
192733a965
commit
24c1e2630f
1 changed files with 2 additions and 1 deletions
|
@ -19,7 +19,8 @@ export default {
|
|||
MISSING_TITLE: `Missing title. Separate the title and description with a pipe (\`|\`).`,
|
||||
VALUE: {
|
||||
PREFIX: "No Prefix was given.",
|
||||
COUNTRY: "No Country code was given"
|
||||
COUNTRY: "No Country code was given",
|
||||
SETTING: "No Setting was given."
|
||||
}
|
||||
},
|
||||
USER_INFO: {
|
||||
|
|
Loading…
Reference in a new issue