From e26e13ae6bb0c62890dec9b99f16d3ad44176d40 Mon Sep 17 00:00:00 2001 From: Alan Friedman Date: Sat, 24 Aug 2019 07:41:33 -0400 Subject: [PATCH] Add translations note to readme --- client/README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/client/README.md b/client/README.md index 076caff..b8f0546 100644 --- a/client/README.md +++ b/client/README.md @@ -1,3 +1,11 @@ # Darkwire Client -This is the client for [Darkwire](https://github.com/darkwire/darkwire.io). It requires [darkwire-server](../server) in order to run. \ No newline at end of file +This is the client for [Darkwire](https://github.com/darkwire/darkwire.io). It requires [darkwire-server](../server) in order to run. + +## Translations + +Translation strings are pulled from JSON files in [this directory](https://github.com/darkwire/darkwire.io/tree/master/client/src/i18n). We welcome pull requests to add support for more lanuages. For native speakers, it should take only a few minutes to translate the site. + +Please see [this PR](https://github.com/darkwire/darkwire.io/pull/95) for an example of what your translation PR should look like. + +Thank you for your contributions!