Skip to content

Commit

Permalink
fix: rename themes to themer
Browse files Browse the repository at this point in the history
  • Loading branch information
dgaponov committed Aug 8, 2024
1 parent 622e8bc commit 984fd62
Show file tree
Hide file tree
Showing 8 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion public/locales/en/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"menu_components": "Components",
"menu_design": "Design",
"menu_icons": "Icons",
"menu_themes": "Themes",
"menu_themer": "Themer",
"roadmap_inProgress": "In progress",
"navigation_previous": "Previous",
"navigation_next": "Next",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/en/themes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Themes",
"title": "Themer",
"tags_colors": "Colors",
"tags_typography": "Typography",
"tags_borderRadius": "Border Radius",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/ru/common.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"menu_components": "Компоненты",
"menu_design": "Дизайн",
"menu_icons": "Иконки",
"menu_themes": "Темы",
"menu_themer": "Темизатор",
"roadmap_inProgress": "В работе",
"navigation_previous": "Назад",
"navigation_next": "Далее",
Expand Down
2 changes: 1 addition & 1 deletion public/locales/ru/themes.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"title": "Темы",
"title": "Темизатор",
"tags_colors": "Цвета",
"tags_typography": "Шрифты",
"tags_borderRadius": "Радиусы границ",
Expand Down
File renamed without changes.
4 changes: 2 additions & 2 deletions src/content/menu.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const menu: MenuItem[] = [
url: '/icons',
},
{
titleKey: 'menu_themes',
url: '/themes',
titleKey: 'menu_themer',
url: '/themer',
},
];
2 changes: 2 additions & 0 deletions src/pages/themer.tsx
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
// Support for default locale without path prefix
export {default, getStaticProps} from '../[locale]/themer';
2 changes: 0 additions & 2 deletions src/pages/themes.tsx

This file was deleted.

0 comments on commit 984fd62

Please sign in to comment.