Skip to content

Commit

Permalink
Fix README (#3)
Browse files Browse the repository at this point in the history
  • Loading branch information
pereBohigas authored Mar 18, 2024
1 parent a60ada0 commit 0dd4e68
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@

## What is SwiftPolyglot?
## What is SwiftPolyglot?

SwiftPolyglot is a handy script that checks that all of your `.xcstrings` include translations for the languages you specify. If you're working on an app that supports more than one language, there's a good chance you might forget to translate new strings.

Expand Down Expand Up @@ -28,7 +27,7 @@ $ swift build -c release
```
$ cd ../path/to/your/project
$ swift run --package-path ../path/to/SwiftPolyglot swiftpolyglot "en,es,de"
```
```

## Arguments

Expand Down Expand Up @@ -63,3 +62,4 @@ jobs:
swift build --package-path ./SwiftPolyglot --configuration release
swift run --package-path ./SwiftPolyglot swiftpolyglot "es,fr,de,it" --errorOnMissing
```

0 comments on commit 0dd4e68

Please sign in to comment.