Skip to content

Commit

Permalink
Dont escape quotes or chars
Browse files Browse the repository at this point in the history
  • Loading branch information
modmuss50 committed Feb 13, 2024
1 parent dab0241 commit b817a20
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crowdin.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
files:
- source: src/main/resources/lang/installer.properties
translation: /src/main/resources/lang/installer_%locale_with_underscore%.properties
translation: /src/main/resources/lang/installer_%locale_with_underscore%.properties
escape_quotes: 0
escape_special_characters: 0

0 comments on commit b817a20

Please sign in to comment.