Commit 7363ff66 authored by SirAnthony's avatar SirAnthony

Update formats.py

parent 64821ead
...@@ -780,6 +780,7 @@ class AndroidFormat(FileFormat): ...@@ -780,6 +780,7 @@ class AndroidFormat(FileFormat):
register_fileformat(AndroidFormat) register_fileformat(AndroidFormat)
class JSONFormat(FileFormat): class JSONFormat(FileFormat):
name = _('JSON file') name = _('JSON file')
format_id = 'json' format_id = 'json'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment