add bg i18n

This commit is contained in:
durrrr91 2015-02-20 20:42:33 +02:00
parent 674e3c3b53
commit be98dfe82e

View file

@ -68,6 +68,7 @@ Package.onUse(function (api) {
// i18n languages (must come last) // i18n languages (must come last)
api.add_files([ api.add_files([
'i18n/bg.i18n.json',
'i18n/de.i18n.json', 'i18n/de.i18n.json',
'i18n/en.i18n.json', 'i18n/en.i18n.json',
'i18n/es.i18n.json', 'i18n/es.i18n.json',
@ -84,4 +85,4 @@ Package.onUse(function (api) {
'PostsSingledayController' 'PostsSingledayController'
]); ]);
}); });