LanguageNameIndexer: Generate PHP file instead of serialized file.

Serialized format is no longer in style for data. PHP files can
take advantage of AutoLoader and caching so they can even be faster
than serialized files. As side bonus we can have readable diffs
for updates.

Only downside is that the file generation takes about ten lines of
ugly string manipulation.

Change-Id: If09704d1172daa13c72a308814534cac1fe9899f
This commit is contained in:
Niklas Laxström
2016-06-15 10:47:03 +02:00
committed by Santhosh
parent 8bb0c2f683
commit b3ba423354
6 changed files with 36674 additions and 15 deletions

File diff suppressed because it is too large Load Diff