From 84b0875523192c62378399f319aaaf23c01b1195 Mon Sep 17 00:00:00 2001 From: Joshua Ramon Enslin Date: Mon, 25 May 2020 16:54:26 +0200 Subject: [PATCH] Approval. --- nodac/de/languser.json | 3 ++- nodac/en/languser.json | 3 ++- nodac/hu/languser.json | 3 ++- nodac/id/languser.json | 3 ++- 4 files changed, 8 insertions(+), 4 deletions(-) diff --git a/nodac/de/languser.json b/nodac/de/languser.json index 86e6537c..593fad5c 100644 --- a/nodac/de/languser.json +++ b/nodac/de/languser.json @@ -19,6 +19,7 @@ "editor": "Bearbeiter", "switch_language": "Sprache wechseln", "month": "month", - "year": "year" + "year": "year", + "username_too_short": "Username must be at least 5 characters long" } } \ No newline at end of file diff --git a/nodac/en/languser.json b/nodac/en/languser.json index 6cfca05c..fc576d54 100644 --- a/nodac/en/languser.json +++ b/nodac/en/languser.json @@ -19,6 +19,7 @@ "editor": "Editor", "switch_language": "Switch language", "month": "month", - "year": "year" + "year": "year", + "username_too_short": "Username must be at least 5 characters long" } } \ No newline at end of file diff --git a/nodac/hu/languser.json b/nodac/hu/languser.json index 33e94d4f..733ec43a 100644 --- a/nodac/hu/languser.json +++ b/nodac/hu/languser.json @@ -19,6 +19,7 @@ "editor": "Editor", "switch_language": "Switch language", "month": "month", - "year": "year" + "year": "year", + "username_too_short": "Username must be at least 5 characters long" } } \ No newline at end of file diff --git a/nodac/id/languser.json b/nodac/id/languser.json index 17a3774f..d668630b 100644 --- a/nodac/id/languser.json +++ b/nodac/id/languser.json @@ -19,6 +19,7 @@ "editor": "Redaktur", "switch_language": "Ubah bahasa", "month": "bulan", - "year": "tahun" + "year": "tahun", + "username_too_short": "Username must be at least 5 characters long" } } \ No newline at end of file