-
Notifications
You must be signed in to change notification settings - Fork 265
Including a new language
< Applying Customizations page
This Wiki page will lead you through the steps of adding support for additional languages. Currently, the Live Resume is internationalized in en-US
and pt-BR
. In case of issues, feel free to enter in our community on and post your questions.
The Live Resume uses Angular's internationalization (i18n) tools for making the application available in multiple languages. Prior to move on to the topics below, it's recommended to read the i18n documentation.
The built-in i18n functionality extracts from the template the elements containing the i18n
attributes, e.g: i18n
, i18n-title
, i18n-placeholder
, etc... By adding those attributes, the content will be extracted and internationalized. In order to extract the contents for translation, execute the following command:
npm run int:extract
- Home
- Mobile Friendliness
- Getting Started
- Applying Customizations