UNPKG
codex.special
Version:
latest (1.4.1)
1.4.1
1.4.0
Module for making high-contrast version of websites.
ifmo.su/special
codex-team/codex.special
codex.special
/
src
/
js
/
dictionary.js
18 lines
(13 loc)
•
283 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
/** * Dictionary object */
module
.
exports
= { ru : { increaseSize :
'Увеличить шрифт'
, decreaseSize :
'Уменьшить шрифт'
, }, en : { increaseSize :
'Increase font'
, decreaseSize :
'Decrease font'
, }, };