Replies: 1 comment 1 reply
-
Hi @Andre601, Yes, to export fully translated files, you need to add the Regarding scheduled synchronization, I need to check with our developers |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to set up two actions to push to or pull from Crowdin under the following situations:
I currently have an open PR to add said actions to my repository [Link] and would like feedback on what I need to add if anything to add at all.
Should I add any additional settings to the action to achieve the above goals and conditions?
Like will I need to add
skip_untranslated_files: true
to the actions'with
options or is that not needed?I currently have it set as described in the OAuth to Action Migration Guide, so I'm not sure if I also need to alter some other settings in the action (i.e. add the
crowdin_file
option?) or if I have to change some other stuff in thecrowdin.yml
My Secrets are set to
CROWDIN_ID
with the project ID andCROWDIN_TOKEN
with the API token I got fromTools -> Project Id
andTools -> API Key
in my Crowdin project respectively.Some extra goals I would like to achieve, but that aren't as important for me right now:
%locale%
but from looking at other repos using this action, this doesn't seem to be supported (yet). See also Add support for placeholders similar to crowdin.yml GitHub Integration #45 for more context).Beta Was this translation helpful? Give feedback.
All reactions