Skip to content

Commit

Permalink
Squashed 'Scribe/i18n/' changes from 13a4d74..812482a
Browse files Browse the repository at this point in the history
812482a Merge pull request scribe-org#30 from weblate/weblate-scribe-scribe-i18n
446ec73 Translated using Weblate (Spanish)
c553b4e Merge pull request scribe-org#29 from weblate/weblate-scribe-scribe-i18n
80c0a4e Translated using Weblate (Swedish)
563a96f Translated using Weblate (Spanish)
416a9e4 Translated using Weblate (German)
019a084 Translated using Weblate (English (United States))
41f7450 Translated using Weblate (English (United States))
74263da Translated using Weblate (English (United States))
ba64ae1 Translated using Weblate (English (United States))
0e2f944 Minor updates to readme headers and text
d9b2226 Merge pull request scribe-org#26 from Jag-Marcel/action-fix
0cb65ed Small fix to action for converting jsons to xcstrings
cd28e5e Merge pull request scribe-org#25 from weblate/weblate-scribe-scribe-i18n
dc922d8 Translated using Weblate (Swedish)
997460b Translated using Weblate (Spanish)
a99deb4 Translated using Weblate (German)
eff6dee Merge pull request scribe-org#24 from Jag-Marcel/new-strings
7ad62b4 Merge branch 'main' into new-strings
b020823 Merge pull request scribe-org#23 from weblate/weblate-scribe-scribe-i18n
463dd85 New strings for Scribe-iOS translation picker
dde9e54 Translated using Weblate (Swedish)
65d4274 Translated using Weblate (Swedish)
f2c989d Translated using Weblate (Swedish)
d230853 Merge pull request scribe-org#22 from Jag-Marcel/minor-fix
dc219d4 Minor fix to conversion script

git-subtree-dir: Scribe/i18n
git-subtree-split: 812482a104212e84ccb7aa620e580e9130a6581b
  • Loading branch information
wkyoshida committed Aug 2, 2024
1 parent 3090961 commit 9c3d945
Show file tree
Hide file tree
Showing 8 changed files with 987 additions and 137 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/xcstrings_conversion.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
$SourceDiff = $diff | Where-Object { $_ -match '^Scribe-i18n/' -and $_ -match '.json$' }
$HasDiff = $SourceDiff.Length -gt 0
Write-Host "json_changed=$HasDiff >> $GITHUB_OUTPUT"
Write-Host "json_changed=$HasDiff" >> "$GITHUB_OUTPUT"
# Run xcstrings conversion script if needed.
conditional_job:
Expand Down
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,13 +24,13 @@ Check out Scribe's [architecture diagrams](https://github.com/scribe-org/Organiz

# **Contents**

- [Localization Coverage](#localization-coverage)
- [Localization coverage](#localization-coverage)
- [Contributing](#contributing)
- [Community](#community)

<a id="localization-coverage"></a>

# Localization Coverage [``](#contents)
# Localization coverage [``](#contents)

<a href="https://hosted.weblate.org/projects/scribe/scribe-i18n">
<img src="https://hosted.weblate.org/widget/scribe/scribe-i18n/multi-auto.svg" alt="Translation status" />
Expand Down Expand Up @@ -74,10 +74,14 @@ The [issue tracker for Scribe-i18n](https://github.com/scribe-org/Scribe-i18n/is

5. Hit `Save and continue` when you're ready to move to the next string

6. Maintainers will open up pull requests from [Weblate](https://weblate.org/en/) to this repo
6. Maintainers will open up pull requests from [Weblate](https://weblate.org/en/) to the Scribe-i18n repo to bring in the new strings

- Changes are also automatically sent every 24 hours

7. Scribe-i18n directories that are [Git subtrees](https://docs.github.com/en/get-started/using-git/about-git-subtree-merges) in other Scribe application repos are then synched

Thanks so much for your interest in supporting Scribe's localization!

### Adding source strings [``](#contents)

The base language for all Scribe applications is US English. If you'd like to edit the [en-US.json](https://github.com/scribe-org/Scribe-i18n/blob/main/Scribe-i18n/en-US.json) file, please [fork](https://docs.github.com/en/get-started/quickstart/fork-a-repo) the repo, clone your fork, and configure the remotes:
Expand Down
Loading

0 comments on commit 9c3d945

Please sign in to comment.