fix(I10n): adjust locale path (#21)

This commit is contained in:
ReenigneArcher
2024-12-14 14:08:57 -05:00
committed by GitHub
parent a49d36a926
commit 310633eb8b
25 changed files with 1 additions and 1 deletions

View File

@@ -12,7 +12,7 @@
{
"source": "/*.md",
"dest": "/%original_path%/%original_file_name%",
"translation": "/%original_path%/%file_name%_%two_letters_code%.%file_extension%",
"translation": "/locale/%two_letters_code%/%original_path%/%original_file_name%",
"excluded_target_languages": [
"en"
],