mirror of
https://github.com/LizardByte/awesome-sunshine.git
synced 2026-03-11 17:34:13 -05:00
fix(I10n): adjust locale path (#21)
This commit is contained in:
@@ -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"
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user