Skip to content

Language Support

BigMac Admin edited this page Nov 13, 2022 · 2 revisions

Details

Renew will detect the default system language, and provide default messaging if possible. If the default language is not supported, then English is used.

All messaging can be defined in a configuration file, if you would like to change the default messaging or provide your own translation for your users.

Currently Supported Languages

  • English
  • Español
  • Français
  • Deutsch
  • Italiano

How to Contribute

If you would like to provide translations to be added to future releases or add corrections to existing language support please feel free to contact @BigMacAdmin here on Github or on the Mac Admins Slack.

The following lines need to be translated in order to support a new language:

	defaultDialogTitle="Please Restart"

	defaultDialogNormalMessage="In order to keep your system healthy and secure it needs to be restarted.  \n**Please save your work** and restart as soon as possible.\n\nDeferrals remaining until required restart:  "

	defaultDialogAggroMessage="**Please save your work and restart**"

	defaultDialogNotificationMessage="In order to keep your system healthy and secure it needs to be restarted.  \nPlease save your work and restart as soon as possible."

	defaultRestartButtonText="OK, Restart Now I am Ready"

	defaultDeferralButtonText="Not now, remind me later..."

	defaultNoDeferralsRemainingButtonText="No deferrals remaining"`