From f0b3ed26329c18bcbc4ab1f0b77a7d9d90f8420e Mon Sep 17 00:00:00 2001 From: Linus Groh Date: Fri, 13 Dec 2019 20:33:54 +0000 Subject: [PATCH] Add example commit for new locale --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 4d85045..96f0ade 100644 --- a/README.md +++ b/README.md @@ -137,6 +137,9 @@ $ yarn i18n:report To add a new locale, copy `en.json` to `.json` in [`src/locales`](src/locales) and start translating the individual strings. Make sure to [mention the new locale to the docs](docs/config.md#locale)! +For a specific example see commit [`b2edda4`](https://github.com/owntracks/frontend/commit/b2edda410f16633aa6fd9cd4e5250f2031536c7d) +where German translations were added. + ## Screenshots