File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -39,6 +39,11 @@ export default {
3939 title : "hardware.cliEditor" ,
4040 value : "Neovim" ,
4141 url : "https://neovim.io/"
42+ } ,
43+ {
44+ title : "hardware.font" ,
45+ value : "Github's Neon Monospace" ,
46+ url : "https://monaspace.githubnext.com/"
4247 }
4348 ]
4449} ;
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ export default defineI18nLocale(async () => {
5757 keyboard : "Клавіятура" ,
5858 pc : "Асноўны ПК" ,
5959 search : "Пошук" ,
60- terminal : "Тэрмінал"
60+ terminal : "Тэрмінал" ,
61+ font : "Шрыфт" ,
6162 } ,
6263 stack : {
6364 purpose : {
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ export default defineI18nLocale(async () => {
5757 keyboard : "Keyboard" ,
5858 pc : "Main PC" ,
5959 search : "Search" ,
60- terminal : "Terminal"
60+ terminal : "Terminal" ,
61+ font : "Font" ,
6162 } ,
6263 stack : {
6364 purpose : {
Original file line number Diff line number Diff line change @@ -57,7 +57,8 @@ export default defineI18nLocale(async () => {
5757 keyboard : "Пернетақта" ,
5858 pc : "Негізгі компьютер" ,
5959 search : "Іздеу" ,
60- terminal : "Терминал"
60+ terminal : "Терминал" ,
61+ font : "Қаріп" ,
6162 } ,
6263 stack : {
6364 purpose : {
Original file line number Diff line number Diff line change @@ -51,7 +51,8 @@ export default defineI18nLocale(async () => {
5151 keyboard : "건반" ,
5252 pc : "메인 PC" ,
5353 search : "찾다" ,
54- terminal : "단말기"
54+ terminal : "단말기" ,
55+ font : "폰트" ,
5556 } ,
5657 stack : {
5758 purpose : {
Original file line number Diff line number Diff line change @@ -64,7 +64,8 @@ export default defineI18nLocale(async () => {
6464 keyboard : "Клавиатура" ,
6565 pc : "Основной ПК" ,
6666 search : "Поиск" ,
67- terminal : "Терминал"
67+ terminal : "Терминал" ,
68+ font : "Шрифт" ,
6869 } ,
6970 stack : {
7071 purpose : {
You can’t perform that action at this time.
0 commit comments