Skip to content

Commit

Permalink
Add localization of help html files (#294)
Browse files Browse the repository at this point in the history
Update crowdin.yml to translate html files
  • Loading branch information
michael-doubez committed Apr 9, 2024
1 parent d259c6c commit 0021f71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions crowdin.yml
Expand Up @@ -5,6 +5,12 @@ files:
translation: '/src/main/resources/org/jenkinsci/plugins/oic/%file_name%_%two_letters_code%.properties'
escape_quotes: 0
escape_special_characters: 0
- source: '/src/main/resources/org/jenkinsci/plugins/oic/**/*.html'
ignore:
- '/src/main/resources/org/jenkinsci/plugins/oic/**/%file_name%_%two_letters_code%.html'
translation: '/src/main/resources/org/jenkinsci/plugins/oic/**/%file_name%_%two_letters_code%.html'
escape_quotes: 0
escape_special_characters: 0

project_id_env: CROWDIN_PROJECT_ID
api_token_env: CROWDIN_PERSONAL_TOKEN

0 comments on commit 0021f71

Please sign in to comment.