Select menu (selectize) and localization (tap18n)

Using packages:

chhib:selectize-bootstrap-3
tap:i18n

Template:

{{#each countries}}
{{_ name}}
{{/each}}

Helpers:

countries: function () {
return Countries.find();
}

Script:

$(’#country’).selectize();

If i change localization, the country’s name will remain unchanged (if i update site, the country’s name will changed). Maybe somebody know how it fixed?