mirror of
https://github.com/vale981/Vulcan
synced 2025-03-06 10:01:40 -05:00
add bg i18n
This commit is contained in:
parent
674e3c3b53
commit
be98dfe82e
1 changed files with 2 additions and 1 deletions
|
@ -68,6 +68,7 @@ Package.onUse(function (api) {
|
|||
// i18n languages (must come last)
|
||||
|
||||
api.add_files([
|
||||
'i18n/bg.i18n.json',
|
||||
'i18n/de.i18n.json',
|
||||
'i18n/en.i18n.json',
|
||||
'i18n/es.i18n.json',
|
||||
|
@ -84,4 +85,4 @@ Package.onUse(function (api) {
|
|||
'PostsSingledayController'
|
||||
]);
|
||||
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue