mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-18 22:37:43 +00:00
If the developer forgot to run `make` to create `lang_tags_map.py` we now print a message instead of reporting to Sentry. Fixes #5343
9 lines
383 B
Markdown
9 lines
383 B
Markdown
# About the standards data files in this folder
|
|
|
|
- `lang_tags_map.py`
|
|
|
|
This file is generated by `buildtools/build-langtags.py` during the standard build process.
|
|
It should not be included in the repo. `build-langtags.py` itself uses the standards data files in
|
|
`<keyman.git>/resources/standards-data/`.
|
|
|
|
See the `readme.md` in that folder for processes for updating the data files.
|