i18n: first commit about i18n translation.
- add i18n translation files. - add document about how to translate this plugin. - fix some field descriptions in source code.
This commit is contained in:
7
bbp_ng/.gitignore
vendored
7
bbp_ng/.gitignore
vendored
@ -9,6 +9,13 @@ icons/*
|
||||
jsons/*
|
||||
!jsons/.gitkeep
|
||||
|
||||
# Do not include intermidiate translation template (POT)
|
||||
# NOTE: it seems that Python default gitignore (written following) disable POT file in default.
|
||||
# so, as it wish, I also remove it from git.
|
||||
i18n/*
|
||||
!i18n/blender.pot
|
||||
!i18n/*.po
|
||||
|
||||
## ===== Python =====
|
||||
# Byte-compiled / optimized / DLL files
|
||||
__pycache__/
|
||||
|
Reference in New Issue
Block a user