UNPKG

codex.special

Version:

Module for making high-contrast version of websites.

18 lines (13 loc) 283 B
/** * Dictionary object */ module.exports = { ru : { increaseSize : 'Увеличить шрифт', decreaseSize : 'Уменьшить шрифт', }, en : { increaseSize : 'Increase font', decreaseSize : 'Decrease font', }, };