Skip to content

Commit

Permalink
Merge pull request #29956 from code-dot-org/fix-cdo-markdown-about-path
Browse files Browse the repository at this point in the history
Fix translation path for about.md.partial files
  • Loading branch information
Hamms committed Jul 26, 2019
2 parents 0829e19 + 7fdb790 commit 945f508
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion bin/i18n/codeorg_markdown_crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@

files: [{
"source": "/public/international/about.md.partial",
"translation": "/i18n/%original_path%/%file_name%.%locale%.%file_extension%",
# cannot use %file_name% and %file_extension% helpers here, because crowdin
# doesn't handle multiple extensions like we'd want
"translation": "/i18n/%original_path%/about.%locale%.md.partial",
}, {
"source": "/public/educate/curriculum/csf-transition-guide.md",
"translation": "/i18n/%original_path%/%file_name%.%locale%.%file_extension%",
Expand Down

0 comments on commit 945f508

Please sign in to comment.