-
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
28716d7
commit 5872359
Showing
4 changed files
with
106 additions
and
1 deletion.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -22,4 +22,34 @@ jobs: | |
-exportLocalizations | ||
-project "Front Row.xcodeproj" | ||
-scheme "Front Row" | ||
-localizationPath "./locale" | ||
-exportLanguage en | ||
CODE_SIGNING_ALLOWED=NO | xcpretty && exit ${PIPESTATUS[0]} | ||
- name: Upload source locale artifact | ||
uses: actions/[email protected] | ||
with: | ||
name: en-source-locale | ||
path: './locale/en.xcloc/Localized Contents/en.xliff' | ||
|
||
crowdin: | ||
runs-on: ubuntu-latest | ||
needs: build | ||
steps: | ||
- uses: actions/[email protected] | ||
with: | ||
name: en-source-locale | ||
github-token: ${{ secrets.GITHUB_TOKEN }} | ||
|
||
- name: Upload source to Crowdin | ||
uses: crowdin/[email protected] | ||
with: | ||
upload_sources: true | ||
upload_translations: false | ||
download_translations: false | ||
|
||
source: en.xliff | ||
translation: '%osx_locale%.xliff' | ||
|
||
project_id: ${{ secrets.CROWDIN_PROJECT_ID }} | ||
token: ${{ secrets.CROWDIN_PERSONAL_TOKEN }} |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
{ | ||
"sourceLanguage" : "en", | ||
"strings" : { | ||
"Check for Updates…" : { | ||
|
||
}, | ||
"Float on Top" : { | ||
|
||
}, | ||
"Front Row" : { | ||
|
||
}, | ||
"Mute" : { | ||
|
||
}, | ||
"Open File..." : { | ||
"comment" : "Show the open file dialog" | ||
}, | ||
"Pause" : { | ||
|
||
}, | ||
"Play" : { | ||
|
||
}, | ||
"Playback" : { | ||
|
||
}, | ||
"Release Notes" : { | ||
|
||
}, | ||
"Step Backward 5s" : { | ||
|
||
}, | ||
"Step Forward 5s" : { | ||
|
||
}, | ||
"Toggle Full Screen" : { | ||
|
||
}, | ||
"Website" : { | ||
|
||
} | ||
}, | ||
"version" : "1.0" | ||
} |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
bundles: | ||
- 1 | ||
- 8 |