From c30b88d48a7148b1f1239d9a48d481e43936e1ad Mon Sep 17 00:00:00 2001 From: Erik Ziegler Date: Mon, 1 Jul 2019 12:10:56 +0200 Subject: [PATCH] docs(translating.md): Add Locize logo for their open source sponsorship (#612) --- docs/latest/assets/img/locizeSponsor.svg | 187 +++++++++++++++++++++++ docs/latest/essentials/translating.md | 11 ++ 2 files changed, 198 insertions(+) create mode 100644 docs/latest/assets/img/locizeSponsor.svg diff --git a/docs/latest/assets/img/locizeSponsor.svg b/docs/latest/assets/img/locizeSponsor.svg new file mode 100644 index 000000000..1139aa2c7 --- /dev/null +++ b/docs/latest/assets/img/locizeSponsor.svg @@ -0,0 +1,187 @@ + + + + Custom Preset 2 Copy + Created with Sketch. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/docs/latest/essentials/translating.md b/docs/latest/essentials/translating.md index fe83e9910..be6efa4e9 100644 --- a/docs/latest/essentials/translating.md +++ b/docs/latest/essentials/translating.md @@ -4,6 +4,17 @@ OHIF supports internationalization using [i18next](https://www.i18next.com/) through the npm package [@ohif/i18n](https://www.npmjs.com/package/@ohif/i18n), where is the main instance of i18n containing several languages and tools. +
+
+

Our translation management is powered by Locize through their generous support of open source.

+
+
+ + Locize Translation Management Logo + +
+
+ ### Installing ```bash