Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add missing .po file type docs #24

Open
wants to merge 1 commit into
base: next
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!

Expand Down
1 change: 1 addition & 0 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -360,6 +360,7 @@ <h2 id="about-babelsheet">About Babelsheet</h2>
<li>json</li>
<li>yml</li>
<li>xlf</li>
<li>po</li>
</ul>
<p>No more dealing with complicated paid translation services or problems with multiple users working at the same time!</p>
<h2 id="to-run-cli">To run CLI</h2>
Expand Down
2 changes: 2 additions & 0 deletions docs/services/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -412,6 +412,8 @@ <h2 id="cli">CLI</h2>
<li>iOS</li>
<li>JSON</li>
<li>YML</li>
<li>XLF</li>
<li>PO</li>
</ul>
<p>To run command line tools, you need to install it first:</p>
<p><code>npm i -g babelsheet</code></p>
Expand Down