Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
6f47800
squash
asanehisa Feb 20, 2026
f40821e
coderabbit and console log
asanehisa Feb 20, 2026
6bcd123
coderabbit
asanehisa Feb 23, 2026
acec7c5
Merge branch 'main' into default-locales
asanehisa Feb 23, 2026
9699a53
additional cleanup
asanehisa Feb 23, 2026
1980df3
Merge branch 'main' into default-locales
asanehisa Feb 23, 2026
099305e
coderabbit
asanehisa Feb 23, 2026
3e080af
fix
asanehisa Feb 23, 2026
ca51cab
fix again
asanehisa Feb 23, 2026
c8e2e72
i18n
asanehisa Feb 23, 2026
f6f3fc3
address comments
asanehisa Feb 23, 2026
e16749b
remove isBold
asanehisa Feb 23, 2026
5b22b45
reorder i18n
asanehisa Feb 23, 2026
50e4498
some small refactors
asanehisa Feb 23, 2026
41bc2da
more refactor
asanehisa Feb 23, 2026
3085a46
Automated linting/prettier update
github-actions[bot] Feb 23, 2026
dbe8afa
docs: auto-generate component documentation
github-actions[bot] Feb 23, 2026
bd6163c
comments
asanehisa Feb 24, 2026
3d2a973
docs: auto-generate component documentation
github-actions[bot] Feb 24, 2026
d2bdcee
test
asanehisa Feb 24, 2026
4d65c18
Merge branch 'default-locales' of https://github.com/yext/visual-edit…
asanehisa Feb 24, 2026
0f7b80a
followup test
asanehisa Feb 24, 2026
d37a0d4
test 2
asanehisa Feb 24, 2026
7135ebb
test 3
asanehisa Feb 24, 2026
53e4272
cleanup
asanehisa Feb 24, 2026
99ba75a
Merge branch 'main' into default-locales
asanehisa Feb 24, 2026
c29338b
cleanup
asanehisa Feb 24, 2026
c39b4b2
Merge branch 'main' into default-locales
asanehisa Feb 24, 2026
1c864bf
remove unknowns
asanehisa Feb 25, 2026
d4f34cc
fix test
asanehisa Feb 25, 2026
27afdc0
Merge branch 'main' into default-locales
asanehisa Feb 25, 2026
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
10 changes: 9 additions & 1 deletion packages/visual-editor/i18next-cli.platform.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,15 @@ export default defineConfig({
pluralSeparator: "_",
interpolationPrefix: "{{",
interpolationSuffix: "}}",
functions: ["t", "*.t", "i18next.t", "pt", "msg"],
functions: [
"t",
"*.t",
"i18next.t",
"pt",
"msg",
"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