Skip to content

Commit

Permalink
Ignore some sources
Browse files Browse the repository at this point in the history
  • Loading branch information
Rikthepixel committed Feb 3, 2024
1 parent cf4f0bf commit 25090b0
Showing 1 changed file with 10 additions and 4 deletions.
14 changes: 10 additions & 4 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,19 +18,25 @@ preserve_hierarchy: true
files:
[
{
"source": "/src/pages/en/**/*.mdx",
source: "/src/pages/en/**/*.mdx",
translation: "/src/pages/%two_letters_code%/**/%file_name%.mdx",
ignore:
[
"/src/pages/en/blog-index.mdx",
"/src/pages/en/pgp.mdx",
"/src/pages/en/blog/xmr2.mdx",
],
},
{
"source": "/src/pages/404.mdx",
source: "/src/pages/404.mdx",
translation: "/src/pages/404_%two_letters_code%.mdx",
},
{
"source": "/src/assets/data/pages/en/**/*.json",
source: "/src/assets/data/pages/en/**/*.json",
translation: "/src/assets/data/pages/%two_letters_code%/**/%file_name%.json",
},
{
"source": "/src/assets/data/layout/en/**/*.json",
source: "/src/assets/data/layout/en/**/*.json",
translation: "/src/assets/data/layout/%two_letters_code%/**/%file_name%.json",
},
]

0 comments on commit 25090b0

Please sign in to comment.