Skip to content

Commit 43c1699

Browse files
committed
パスをlocalesに変更
1 parent 47a542c commit 43c1699

File tree

4 files changed

+2
-2
lines changed

4 files changed

+2
-2
lines changed

.github/workflows/crowdin_download.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
download_translations: true
2727
download_sources: false
2828
push_translations: true
29-
download_translations_args: '--all'
29+
download_translations_args: '--all --download-folder locales/%two_letter_code%'
3030
env:
3131
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # <- ここを追加
3232
CROWDIN_PROJECT_ID: ${{ secrets.CROWDIN_PROJECT_ID }}

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
'python': ('https://docs.python.org/3/', None),
3838
}
3939

40-
locale_dirs = ['locale/']
40+
locale_dirs = ['locales/']
4141

4242
gettext_compact = False
4343

docs/locale/en-US/LC_MESSAGES/reference/.gitkeep

Whitespace-only changes.

docs/locale/en-US/LC_MESSAGES/tutorial/.gitkeep

Whitespace-only changes.

0 commit comments

Comments
 (0)