Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i18n: More FR translations #27

Merged
merged 1 commit into from
Dec 31, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions ui/oopsyraidsy/data/06-ew/dungeon/aloalo_island.ts
Original file line number Diff line number Diff line change
Expand Up @@ -184,6 +184,7 @@ const triggerSet: OopsyTriggerSet<Data> = {
// Corresponds to 0x8CDC ability
en: 'Targeted Light',
de: 'Gezieltes Licht',
fr: 'Lumière ciblée',
},
};
},
Expand All @@ -192,6 +193,7 @@ const triggerSet: OopsyTriggerSet<Data> = {
// Corresponds to 0x8946 ability
en: 'Fair Flight',
de: 'Feenflug',
fr: 'Vol équitable',
}),
],
};
Expand Down
3 changes: 2 additions & 1 deletion ui/raidboss/data/00-misc/test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -434,13 +434,14 @@ const triggerSet: TriggerSet<Data> = {
},
{
locale: 'fr',
missingTranslations: true,
replaceSync: {
'cactbot lang': 'cactbot langue',
'cactbot test response': 'cactbot test de réponse',
'cactbot test watch': 'cactbot test d\'observation',
'cactbot test config': 'test de configuration de cactbot',
'cactbot test combatant cast': 'test d\'incantation d\'un combatant',
'cactbot test outputStrings': 'cactbot test outputStrings',
'testNetRegexTimeline': 'testNetRegexTimeline',
'You bid farewell to the striking dummy':
'Vous faites vos adieux au mannequin d\'entraînement',
'You bow courteously to the striking dummy':
Expand Down
Loading