Skip to content

Commit

Permalink
formats: Use BCP language format for resx
Browse files Browse the repository at this point in the history
See #5914
  • Loading branch information
nijel committed Jun 29, 2021
1 parent c716bec commit c6a2d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weblate/formats/ttkit.py
Original file line number Diff line number Diff line change
Expand Up @@ -1257,6 +1257,7 @@ class RESXFormat(TTKitFormat):
unit_class = RESXUnit
new_translation = RESXFile.XMLskeleton
autoload = ("*.resx",)
language_format = "bcp"


class AndroidFormat(TTKitFormat):
Expand Down

0 comments on commit c6a2d63

Please sign in to comment.