Skip to content

Commit

Permalink
feat(ui,unreleased): add Stellaris Language tooltip
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelMakesGames committed May 14, 2024
1 parent fad5fb6 commit a7839dd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/renderer/src/intl/en-US.ts
Original file line number Diff line number Diff line change
Expand Up @@ -367,8 +367,11 @@ export default {
starScapeStarsColor: 'Stars Color',
starScapeStarsCount: 'Star Count',
appLocale: 'StellarMaps Language',
appLocale_tooltip: 'Join the Discord server (link the top bar) if you want to help translate!',
appLocale_tooltip:
'Join the Discord server (link in the top bar) if you want to help translate!',
appStellarisLanguage: 'Stellaris Language',
appStellarisLanguage_tooltip:
'Language used for text from Stellaris files (eg country, system, and planet names).',
appTranslatorMode: 'Translator Mode',
appTranslatorMode_tooltip: `
<strong>For StellarMaps translators:</strong>
Expand Down
1 change: 1 addition & 0 deletions src/renderer/src/lib/settings/appSettingsConfig.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ export const appSettingsConfig: AppSettingConfig[] = [
{ id: 'l_japanese', literalName: '日本語' },
{ id: 'l_korean', literalName: '한국어' },
],
tooltip: 'setting.appStellarisLanguage_tooltip',
},
{
id: 'appTranslatorMode',
Expand Down

0 comments on commit a7839dd

Please sign in to comment.