You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

crowdin.yml 1.3KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253
  1. #
  2. # Your crowdin's credentials
  3. #
  4. "project_identifier" : "oragono"
  5. # "api_key" : ""
  6. # "base_path" : ""
  7. #"base_url" : ""
  8. #
  9. # Choose file structure in crowdin
  10. # e.g. true or false
  11. #
  12. "preserve_hierarchy": true
  13. #
  14. # Files configuration
  15. #
  16. files: [
  17. {
  18. "source" : "/languages/example/translation.lang.yaml",
  19. "translation" : "/languages/%locale%.lang.yaml",
  20. "dest" : "translation.lang.yaml"
  21. },
  22. {
  23. "source" : "/languages/example/irc.lang.json",
  24. "translation" : "/languages/%locale%-irc.lang.json",
  25. "dest" : "irc.lang.json"
  26. },
  27. {
  28. "source" : "/languages/example/help.lang.json",
  29. "translation" : "/languages/%locale%-help.lang.json",
  30. "dest" : "help.lang.json",
  31. "update_option" : "update_as_unapproved",
  32. },
  33. {
  34. "source" : "/languages/example/chanserv.lang.json",
  35. "translation" : "/languages/%locale%-chanserv.lang.json",
  36. "dest" : "services/chanserv.lang.json",
  37. "update_option" : "update_as_unapproved",
  38. },
  39. {
  40. "source" : "/languages/example/nickserv.lang.json",
  41. "translation" : "/languages/%locale%-nickserv.lang.json",
  42. "dest" : "services/nickserv.lang.json",
  43. "update_option" : "update_as_unapproved",
  44. },
  45. {
  46. "source" : "/languages/example/hostserv.lang.json",
  47. "translation" : "/languages/%locale%-hostserv.lang.json",
  48. "dest" : "services/hostserv.lang.json",
  49. "update_option" : "update_as_unapproved",
  50. },
  51. ]