mirror of
https://github.com/LizardByte/awesome-sunshine.git
synced 2026-04-30 18:19:27 -05:00
fix(I10n): adjust locale path (#21)
This commit is contained in:
@@ -12,7 +12,7 @@
|
|||||||
{
|
{
|
||||||
"source": "/*.md",
|
"source": "/*.md",
|
||||||
"dest": "/%original_path%/%original_file_name%",
|
"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": [
|
"excluded_target_languages": [
|
||||||
"en"
|
"en"
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user