Refactor translation code out of blenfont

- Add blentranslation `BLT_*` module.
- moved & split `BLF_translation.h` into (`BLT_translation.h`, `BLT_lang.h`).
- moved `BLF_*_unifont` functions from `blf_translation.c` to new source file `blf_font_i18n.c`.
This commit is contained in:
2015-08-16 17:32:01 +10:00
parent 3047b96eaa
commit 2e2dc9b9e3
283 changed files with 1110 additions and 883 deletions

View File

@@ -29,6 +29,7 @@ set(INC
../blenkernel
../blenlib
../blenloader
../blentranslation
../compositor
../editors/include
../gpu