Skip to content

Commit cdf6f8a

Browse files
authored
Merge pull request #62 from kenchan0130/support-japanese
Support Japanese
2 parents 2a6a80d + 6c42f8b commit cdf6f8a

File tree

3 files changed

+625
-6
lines changed

3 files changed

+625
-6
lines changed

.github/workflows/build_supportcompanion.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ on:
1212
- '**/CHANGELOG.md'
1313
- '**/README.md'
1414
- 'LaunchAgentExample/**'
15+
- 'build.zsh'
1516

1617
permissions:
1718
contents: write
@@ -90,4 +91,4 @@ jobs:
9091
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
9192
with:
9293
name: packages
93-
path: release/
94+
path: release/

SupportCompanion.xcodeproj/project.pbxproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -425,6 +425,7 @@
425425
de,
426426
fr,
427427
nb,
428+
ja,
428429
);
429430
mainGroup = F6F3BEB02CE1E7BA0036ADB9;
430431
packageReferences = (

0 commit comments

Comments
 (0)