This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
translationKey: "my-frst-post" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[languages] | |
[languages.en] | |
contentDir = "content/english" | |
title = "My New Hugo i18n Site" | |
languageName = "English" | |
weight = 1 | |
[languages.gr] | |
contentDir = "content/greek" | |
title = "Η Νεα μου Ιστιοσελιδα" | |
languageName = "Greek" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mkdir i18n && | |
cd i18n && | |
touch en.toml && | |
toucn gr.toml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<a ontouchstart="cardPressed.call(this)" ontouchend="cardReleased.call(this)" ontouchmove="cardReleased.call(this)" | |
href="/" class="card home-card" style="background-image: url({{if isset .Site.Params "homeimg"}} {{ .Site.Params.homeimg | safeCSS }} {{ else }} /img/grey-cloud.jpg {{ end }})" rel="bookmark" > | |
{{ T "home" }} | |
</a> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[home] | |
other = "Home" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mv phraseapp_macosx_amd64 phraseapp | |
chmod +x phraseapp | |
➜ ./phraseapp | |
account show <ID> Get details on a single account. | |
accounts list List all accounts the current user has access to. | |
authorization create Create a new authorization. | |
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
➜ ./phraseapp init | |
PhraseApp.com API Client Setup | |
Please enter your API access token (you can generate one in your profile at phraseapp.com): | |
<token> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading projects... | |
1: Test (Id: 8fa47c48c3ba80aebe255e99651de3e4) | |
2: WP POT File Test (Id: 5ed97cfde5a2ac8bf4fbc6edd82eb4a9) | |
3: Handmade's Tale (Id: 40fe26fda781e98df0134cf91e02aea4) | |
4: Create new project | |
> 1 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1: yml - Ruby/Rails YAML, file extension: yml | |
2: gettext - Gettext, file extension: po | |
3: gettext_template - Gettext Template, file extension: pot | |
4: gettext_mo - Gettext Mo, file extension: mo | |
5: xml - Android Strings, file extension: xml | |
6: strings - iOS Localizable Strings, file extension: strings | |
7: stringsdict - iOS Localizable Stringsdict, file extension: stringsdict | |
8: xlf - XLIFF, file extension: xlf | |
9: qph - Qt Phrase Book, file extension: qph | |
10: ts - Qt Translation Source, file extension: ts |