mirror of
https://github.com/vale981/Vulcan
synced 2025-03-05 17:41:43 -05:00
14 lines
323 B
JavaScript
14 lines
323 B
JavaScript
Package.describe({
|
|
name: 'vulcan:i18n-fr-fr',
|
|
summary: 'Vulcan i18n package (fr_FR)',
|
|
version: '1.12.17',
|
|
git: 'https://github.com/VulcanJS/Vulcan.git',
|
|
});
|
|
|
|
Package.onUse(function(api) {
|
|
api.versionsFrom('1.6.1');
|
|
|
|
api.use(['vulcan:core@1.12.17']);
|
|
|
|
api.addFiles(['lib/fr_FR.js'], ['client', 'server']);
|
|
});
|