Localizing Admonitions
New locales can be added by creating a pull request. The pull request needs to accomplish the following:
- Create the locale in the
/src/locales/folder by copying theen.tsfile. The file should be named to match the string returned bymoment.locale(). - Create the translation by editing the value of each property.
- Add the import in
locales.ts. - Add the language to the
localeMapvariable.