更新链接
This commit is contained in:
@@ -27,6 +27,7 @@ export const LanguageProvider: React.FC<LanguageProviderProps> = ({ children })
|
||||
|
||||
const translations = {
|
||||
en: {
|
||||
'company.name': 'TAW TRADERS SDN. BHD.',
|
||||
// Navigation
|
||||
'nav.home': 'Home',
|
||||
'nav.about': 'About Us',
|
||||
@@ -341,6 +342,7 @@ export const LanguageProvider: React.FC<LanguageProviderProps> = ({ children })
|
||||
'common.switchLanguage': 'Switch Language'
|
||||
},
|
||||
zh: {
|
||||
'company.name': 'TAW TRADERS SDN. BHD.',
|
||||
// Navigation
|
||||
'nav.home': '首页',
|
||||
'nav.about': '关于我们',
|
||||
|
||||
+1
-1
@@ -187,4 +187,4 @@ export default function About() {
|
||||
</div>
|
||||
</div>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user