Skip to content
This repository has been archived by the owner on Mar 6, 2024. It is now read-only.

Commit

Permalink
Fixes #1132 - Intro.strings are never imported (#1133)
Browse files Browse the repository at this point in the history
  • Loading branch information
st3fan authored and oliviabrown9 committed Jul 19, 2018
1 parent 4abaa41 commit 8ea1645
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 0 deletions.
Binary file modified import-locales
Binary file not shown.
1 change: 1 addition & 0 deletions import-locales.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ func main() {
fileMappings := map[string]string{
"Blockzilla/Info.plist": "Blockzilla/InfoPlist.strings",
"Blockzilla/en.lproj/Localizable.strings": "Blockzilla/Localizable.strings",
"Blockzilla/Intro.strings": "Blockzilla/Intro.strings",
}

skipTransUnits := []string{
Expand Down

0 comments on commit 8ea1645

Please sign in to comment.