feat(i18n): Add Vietnamese (Tiếng Việt) language support
- Add Vietnamese translation files (common.json and tools.json) - Register 'vi' as a supported language in i18n configuration - Update language switcher to support Vietnamese footer text - Update URL routing regex to handle /vi/ paths All 170 translation keys have been translated to Vietnamese. Users can now access BentoPDF in Vietnamese by visiting /vi/ URLs.
This commit is contained in:
@@ -206,7 +206,7 @@
|
||||
|
||||
<section id="features-section" class="py-20">
|
||||
<h2 class="text-3xl md:text-4xl font-bold text-center text-white mb-12">
|
||||
<span data-i18n="features.title"></span>Why</span> <span class="marker-slanted"
|
||||
<span data-i18n="features.title"></span> <span class="marker-slanted"
|
||||
data-i18n="features.bentoPdf">BentoPDF?</span>
|
||||
</h2>
|
||||
<div class="grid grid-cols-1 md:grid-cols-2 lg:grid-cols-3 gap-8">
|
||||
|
||||
Reference in New Issue
Block a user