Skip to content
This repository has been archived by the owner on Oct 13, 2024. It is now read-only.

Commit

Permalink
build(i18n): add crowdin update_option (#406)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReenigneArcher authored Mar 21, 2024
1 parent 44b1b81 commit 3af4ac4
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions crowdin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,20 @@
"en-GB": "en_GB",
"en-US": "en_US"
}
}
},
"update_option": "update_as_unapproved"
},
{
"source": "/Contents/Strings/en.json",
"dest": "/themerr-plex.json",
"dest": "/Contents/Strings/themerr-plex.json",
"translation": "/Contents/Strings/%two_letters_code%.%file_extension%",
"languages_mapping": {
"two_letters_code": {
# map non-two letter codes here, left side is crowdin designation, right side is plex designation
"en-GB": "en-gb",
"en-US": "en-us"
}
}
},
"update_option": "update_as_unapproved"
}
]

0 comments on commit 3af4ac4

Please sign in to comment.