Skip to content
Open
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: 1 addition & 1 deletion packages/visual-editor/i18next-cli.components.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ export default defineConfig({
pluralSeparator: "_",
interpolationPrefix: "{{",
interpolationSuffix: "}}",
functions: ["t", "*.t", "i18next.t"],
functions: ["t", "*.t", "i18next.t", "defaultText", "defaultRichText"],
primaryLanguage: "en",
defaultValue: "",
sort: true,
Expand Down
49 changes: 49 additions & 0 deletions packages/visual-editor/locales/components/cs/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions packages/visual-editor/locales/components/da/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions packages/visual-editor/locales/components/de/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions packages/visual-editor/locales/components/en-GB/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

49 changes: 49 additions & 0 deletions packages/visual-editor/locales/components/en/visual-editor.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,55 @@
"closed": "Closed",
"closesAtTime": "Closes at {{time}}",
"closesAtTimeWeek": "Closes at {{time}} {{dayOfWeek}}",
"componentDefaults": {
"aboutName": "About [[name]]",
"articleName": "Article Name",
"associateAgent": "Associate Agent",
"bannerText": "Banner Text",
"businessName": "Business Name",
"button": "Button",
"callToAction": "Call to Action",
"category": "Category",
"contactMe": "Contact Me",
"credentials": "Credentials",
"directoryRoot": "Directory Root",
"eventImage": "Event Image",
"eventTitle": "Event Title",
"featuredProducts": "Featured Products",
"featuredPromotion": "Featured Promotion",
"featuredTestimonials": "Featured Testimonials",
"findALocation": "Find a Location",
"firstLast": "First Last",
"followUs": "Follow Us",
"footerLabel": "Footer Label",
"footerLink": "Footer Link",
"frequentlyAskedQuestions": "Frequently Asked Questions",
"gallery": "Gallery",
"geomodifier": "Geomodifier",
"getDirections": "Get Directions",
"header": "Header",
"headerLink": "Header Link",
"hours": "Hours",
"information": "Information",
"insights": "Insights",
"learnMore": "Learn More",
"logo": "Logo",
"meetOurTeam": "Meet Our Team",
"name": "Name",
"nearbyLocations": "Nearby Locations",
"phone": "Phone",
"price": "$123.00",
"productName": "Product Name",
"professionalName": "Professional Name",
"professionalTitle": "Professional Title",
"readMore": "Read More",
"services": "Services",
"servicesOffered": "Services Offered",
"subtitle": "Subtitle",
"text": "Text",
"upcomingEvents": "Upcoming Events",
"visitProfile": "Visit Profile"
},
"components": {
"footerUtilityImagesSlot": {
"defaultAlt": "Utility Image {{number}}"
Expand Down
49 changes: 49 additions & 0 deletions packages/visual-editor/locales/components/es/visual-editor.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading