From 648964faa72982c99423ba2cb2a7210ce4103325 Mon Sep 17 00:00:00 2001 From: Julian Lam Date: Wed, 5 Dec 2018 12:40:16 -0500 Subject: [PATCH] feat: added README.md in languages folder ... to dissuade people from making PRs against it --- public/language/README.md | 14 ++++++++++++++ public/language/TODO | 3 --- 2 files changed, 14 insertions(+), 3 deletions(-) create mode 100644 public/language/README.md delete mode 100644 public/language/TODO diff --git a/public/language/README.md b/public/language/README.md new file mode 100644 index 0000000000..a578e1e68b --- /dev/null +++ b/public/language/README.md @@ -0,0 +1,14 @@ +# Important note about localising NodeBB + +The files here are read-only and overwritten daily (if there are changes) by the +helper bot [Misty](https://github.com/nodebb-misty). + +Our localisation efforts are handled via [our Transifex Project](https://www.transifex.com/nodebb/nodebb/), +and any pull requests made to this directory will be automatically closed because +localisations can go out-of-sync when edited directly. + +If there are non-localised strings and you cannot find them in Transifex, please +[open a new issue on our bug tracker](https://github.com/NodeBB/NodeBB/issues/new) +so we can take a look. + +Thank you for helping localise NodeBB! \ No newline at end of file diff --git a/public/language/TODO b/public/language/TODO deleted file mode 100644 index f15cb142c1..0000000000 --- a/public/language/TODO +++ /dev/null @@ -1,3 +0,0 @@ -NPM INSTALL -For now, language packs will be stored here. Eventually, will be moved to server side to allow for npm install-ability. -When that happens, server code will generate compressed JSON language files in this folder. \ No newline at end of file