Internationalization: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
No edit summary Tags: Mobile edit Mobile web edit |
||
| Line 5: | Line 5: | ||
* [https://www.i18next.com/ Introduction - i18next documentation] "i18next is an internationalization-framework written in and for JavaScript" | * [https://www.i18next.com/ Introduction - i18next documentation] "i18next is an internationalization-framework written in and for JavaScript" | ||
[[Category:Translation]] [[Category:Web Dev]] | CSS | ||
* [https://developer.mozilla.org/en-US/docs/Web/CSS/@font-face/unicode-range unicode-range - CSS: Cascading Style Sheets | MDN] | |||
** Purpose: On a website that includes both Mandarin and English characters, the Mandarin section uses the AAA font, while the English section opts for the BBB font. | |||
[[Category: Translation]] [[Category: Web Dev]] [[Category: Design]] | |||
Revision as of 17:26, 1 March 2024
Internationalization 多語系跨不同程式語言套件
Scripts
- i18n-js - npm "A small library to provide the i18n translations on the JavaScript."
- Introduction - i18next documentation "i18next is an internationalization-framework written in and for JavaScript"
CSS
- unicode-range - CSS: Cascading Style Sheets | MDN
- Purpose: On a website that includes both Mandarin and English characters, the Mandarin section uses the AAA font, while the English section opts for the BBB font.