summaryrefslogtreecommitdiff
path: root/py/makeqstrdata.py
diff options
context:
space:
mode:
authorJeff Epler <jepler@gmail.com>2020-05-28 11:29:28 -0500
committerJeff Epler <jepler@gmail.com>2020-05-28 11:30:46 -0500
commitd0f9b5901e37a751a0bf5770c2f26a5c6c039dd4 (patch)
tree579ac83fb354e6085790194eb0d9d7ab5d608295 /py/makeqstrdata.py
parentfe3e8d1589e54de999cccc775f269a39443c82d6 (diff)
translations: document the compressed format
Diffstat (limited to 'py/makeqstrdata.py')
-rw-r--r--py/makeqstrdata.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/py/makeqstrdata.py b/py/makeqstrdata.py
index 64e4d26f4..df2c687e5 100644
--- a/py/makeqstrdata.py
+++ b/py/makeqstrdata.py
@@ -2,6 +2,9 @@
Process raw qstr file and output qstr data with length, hash and data bytes.
This script works with Python 2.7, 3.3 and 3.4.
+
+For documentation about the format of compressed translated strings, see
+supervisor/shared/translate.h
"""
from __future__ import print_function