From 3b3024e310360cd2a8e5c3a7708f2f7f1b18e694 Mon Sep 17 00:00:00 2001 From: Mike Szuscik Date: Mon, 15 Apr 2019 08:27:28 +0200 Subject: [PATCH] Add missing .po files documentation --- README.md | 2 ++ docs/index.html | 1 + docs/services/index.html | 2 ++ 3 files changed, 5 insertions(+) diff --git a/README.md b/README.md index 8e4246f..72ac192 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,8 @@ Babelsheet node service allows you to translate all of the UI / app content to s - Android - json - yml +- xlf +- po No more dealing with complicated paid translation services or problems with multiple users working at the same time! diff --git a/docs/index.html b/docs/index.html index 4513c57..7c1e784 100644 --- a/docs/index.html +++ b/docs/index.html @@ -360,6 +360,7 @@

About Babelsheet

  • json
  • yml
  • xlf
  • +
  • po
  • No more dealing with complicated paid translation services or problems with multiple users working at the same time!

    To run CLI

    diff --git a/docs/services/index.html b/docs/services/index.html index 85b27ce..358423b 100644 --- a/docs/services/index.html +++ b/docs/services/index.html @@ -412,6 +412,8 @@

    CLI

  • iOS
  • JSON
  • YML
  • +
  • XLF
  • +
  • PO
  • To run command line tools, you need to install it first:

    npm i -g babelsheet