Skip to content

Commit 26f40c4

Browse files
Merge pull request #57735 from nextcloud/fix/add-missing-translator-hint
fix: Add translator hints to avoid confusion between big and large
2 parents dd8b274 + 407d7cb commit 26f40c4

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

apps/settings/src/components/SettingsPresets/PresetsSelectionForm.vue

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ const emit = defineEmits<{
3131
}>()
3232
3333
const PresetNames = {
34+
// TRANSLATORS Large organization > Big organization > Small organization
3435
LARGE: t('settings', 'Large organization'),
36+
// TRANSLATORS Large organization > Big organization > Small organization
3537
MEDIUM: t('settings', 'Big organization'),
3638
SMALL: t('settings', 'Small organization'),
3739
SHARED: t('settings', 'Hosting company'),

0 commit comments

Comments
 (0)