Skip to content

Commit

Permalink
chore(macros/CSSRef): add Border-radius generator (#9994)
Browse files Browse the repository at this point in the history
  • Loading branch information
caugner authored Nov 10, 2023
1 parent 49979f1 commit b499b71
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions kumascript/macros/CSSRef.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -162,6 +162,7 @@ const text = mdn.localStringMap({
'Tools': 'Tools',
'Color_picker_tool': 'Color picker',
'Box-shadow_generator': 'Box shadow generator',
'Border-radius_generator': 'Border radius generator',
'Border-image_generator' : 'Border image generator',
},
'fr': {
Expand Down Expand Up @@ -307,6 +308,7 @@ const text = mdn.localStringMap({
'Grid_wrapper': 'Conteneur de grille',
'Tools': 'Outils',
'Color_picker_tool': 'Sélecteur de couleurs',
'Border-radius_generator': 'Générateur de border-radius',
'Box-shadow_generator': 'Générateur d\'ombre de boîte',
'Border-image_generator' : 'Générateur d\'image de bordure',
},
Expand Down Expand Up @@ -506,6 +508,7 @@ const text = mdn.localStringMap({
'Grid_wrapper': '그리드 wrapper',
'Tools': '도구',
'Color_picker_tool': '색상 선택 도구',
'Border-radius_generator': 'Border-radius 생성기',
'Box-shadow_generator': '박스에 그림자 생성기',
'Border-image_generator' : '보더 이미지 생성기',
},
Expand Down Expand Up @@ -705,6 +708,7 @@ const text = mdn.localStringMap({
'Grid_wrapper': 'Обёртка сетки',
'Tools': 'Инструменты',
'Color_picker_tool': 'Инструмент выбора цвета',
'Border-radius_generator': 'Border-radius генератор',
'Box-shadow_generator': 'Генератор теней',
'Border-image_generator' : 'Генератор Border-image',
},
Expand Down Expand Up @@ -864,6 +868,7 @@ const text = mdn.localStringMap({
'Grid_wrapper': '网格布局包装器',
'Tools': '工具',
'Color_picker_tool': '取色器',
'Border-radius_generator': '圆角边框生成器',
'Box-shadow_generator': 'Box shadow 生成器',
'Border-image_generator' : '图片边框生成器',
},
Expand Down Expand Up @@ -1441,6 +1446,7 @@ async function buildPropertylist(pages, title) {
<li><%-smartLink(`${cssURL}CSS_Colors/Color_picker_tool`, null, text['Color_picker_tool'], cssURL)%></li>
<li><%-smartLink(`${cssURL}CSS_Backgrounds_and_Borders/Box-shadow_generator`, null, text['Box-shadow_generator'], cssURL)%></li>
<li><%-smartLink(`${cssURL}CSS_Backgrounds_and_Borders/Border-image_generator`, null, text['Border-image_generator'], cssURL)%></li>
<li><%-smartLink(`${cssURL}CSS_Backgrounds_and_Borders/Border-radius_generator`, null, text['Border-radius_generator'], cssURL)%></li>
</ol>
</li>

Expand Down

0 comments on commit b499b71

Please sign in to comment.