Register
Login
Resources
Docs Blog Datasets Glossary Case Studies Tutorials & Webinars
Product
Data Engine LLMs Platform Enterprise
Pricing Explore
Connect to our Discord channel

crowdin.yml 925 B

You have to be logged in to leave a comment. Sign In
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
  1. files:
  2. - source: /content/**/*.md
  3. translation: /translations/%locale%/%original_path%/%original_file_name%
  4. ignore:
  5. - '/content/README.md'
  6. - '/content/early-access'
  7. - '/content/github/site-policy-deprecated'
  8. - source: /data/**/*.yml
  9. translation: /translations/%locale%/%original_path%/%original_file_name%
  10. - source: /data/**/*.md
  11. translation: /translations/%locale%/%original_path%/%original_file_name%
  12. ignore:
  13. - '/data/README.md'
  14. - '/data/reusables/README.md'
  15. - '/data/variables/product.yml'
  16. - '/data/variables/README.md'
  17. - '/data/early-access'
  18. - '/data/graphql'
  19. - '/data/products.yml'
  20. # These end up as env vars used by the GitHub Actions workflow
  21. project_id_env: CROWDIN_PROJECT_ID
  22. api_token_env: CROWDIN_PERSONAL_TOKEN
  23. # https://support.crowdin.com/configuration-file-v3/#saving-directory-structure-on-server
  24. preserve_hierarchy: true
Tip!

Press p or to see the previous file or, n or to see the next file

Comments

Loading...