Skip to content

Commit 8edf86a

Browse files
committed
Fix English translations
Fix tags migration
1 parent c0a4102 commit 8edf86a

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed
File renamed without changes.

resources/lang/en/filament-flexible-content-block-pages.php

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,4 +36,20 @@
3636
'translatable_field_hint' => 'This field can be translated. You can view/change the current language in the top right.',
3737
'settings_footer_copyright' => 'Copyright message in footer',
3838
],
39+
'form_component' => [
40+
'name_lbl' => 'Name',
41+
'colour_lbl' => 'Color',
42+
'seo_description_lbl' => 'SEO description',
43+
],
44+
'tag_types' => [
45+
'navigation_group' => 'Tags',
46+
'tag_type_plural_lbl' => 'Tag types',
47+
'tag_type_lbl' => 'Tag type',
48+
'tag_type_is_default_type_lbl' => 'Is default tag type',
49+
],
50+
'tags' => [
51+
'navigation_group' => 'Tags',
52+
'tag_type_plural_lbl' => 'Tags',
53+
'tag_type_lbl' => 'Tag',
54+
],
3955
];

0 commit comments

Comments
 (0)