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
Uh oh!
There was an error while loading. Please reload this page.
-
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: trueto the actions'withoptions 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_fileoption?) or if I have to change some other stuff in thecrowdin.ymlMy Secrets are set to
CROWDIN_IDwith the project ID andCROWDIN_TOKENwith the API token I got fromTools -> Project IdandTools -> API Keyin 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