Skip to content

Commit

Permalink
Explicit paths
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Feb 6, 2025
1 parent 3c5be70 commit 5699478
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@

"files": [
{
"source": "l10n/bundle.l10n.json",
"translation": "l10n/bundle.l10n.%locale%.json"
"source": "/l10n/bundle.l10n.json",
"translation": "/l10n/bundle.l10n.%locale%.json"
},
{
"source": "package.nls.json",
"translation": "package.nls.%two_letters_code%.json"
"source": "/package.nls.json",
"translation": "/package.nls.%two_letters_code%.json"
}
]

0 comments on commit 5699478

Please sign in to comment.