feat(ui): unify site visual language across key pages
This commit is contained in:
@@ -37,6 +37,10 @@ export const translations = {
|
||||
rights: 'All rights reserved',
|
||||
},
|
||||
project: {
|
||||
featured: "Featured",
|
||||
filter: {
|
||||
all: "All",
|
||||
},
|
||||
tag: {
|
||||
business: 'Business Project',
|
||||
opensource: 'Open Source',
|
||||
@@ -111,6 +115,10 @@ export const translations = {
|
||||
rights: '版权所有',
|
||||
},
|
||||
project: {
|
||||
featured: "精选",
|
||||
filter: {
|
||||
all: "全部",
|
||||
},
|
||||
tag: {
|
||||
business: '商业项目',
|
||||
opensource: '开源项目',
|
||||
@@ -192,4 +200,4 @@ export function generateFlatTranslations() {
|
||||
/**
|
||||
* Flattened translations for faster lookups
|
||||
*/
|
||||
export const flatTranslations = generateFlatTranslations();
|
||||
export const flatTranslations = generateFlatTranslations();
|
||||
|
||||
Reference in New Issue
Block a user