You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add auto-translation in Admin Panel and fix UI issues
- Add bidirectional auto-translation (English ↔ Kannada) in Admin content form
- Translation triggers after 1 second pause with visual feedback
- Fix modal scrolling issue by restructuring TouchableOpacity wrappers
- Add getDirectImageUrl for Google Drive image previews
- Update locale files with translation status messages
Copy file name to clipboardExpand all lines: locales/en.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -436,5 +436,13 @@
436
436
"allowLocation": "Allow Location Access",
437
437
"locationRequired": "Location Required",
438
438
"locationRequiredForFeatures": "Location access is required to provide weather-based care suggestions and local market information. You can enable it later from settings.",
439
-
"ok": "OK"
439
+
"ok": "OK",
440
+
"optional": "Optional",
441
+
"autoTranslateHint": "Will be auto-translated if left empty",
442
+
"autoTranslateFromEnglish": "Will auto-translate from English if left empty",
443
+
"autoTranslateBidirectional": "Auto-translates between English ↔ Kannada",
444
+
"translating": "Translating...",
445
+
"enterVideoDescription": "Enter video description",
Copy file name to clipboardExpand all lines: locales/kn.json
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -430,5 +430,13 @@
430
430
"allowLocation": "ಸ್ಥಳ ಪ್ರವೇಶವನ್ನು ಅನುಮತಿಸಿ",
431
431
"locationRequired": "ಸ್ಥಳ ಅಗತ್ಯವಿದೆ",
432
432
"locationRequiredForFeatures": "ಹವಾಮಾನ-ಆಧಾರಿತ ಆರೈಕೆ ಸಲಹೆಗಳು ಮತ್ತು ಸ್ಥಳೀಯ ಮಾರುಕಟ್ಟೆ ಮಾಹಿತಿಯನ್ನು ಒದಗಿಸಲು ಸ್ಥಳ ಪ್ರವೇಶ ಅಗತ್ಯವಿದೆ. ನೀವು ಅದನ್ನು ನಂತರ ಸೆಟ್ಟಿಂಗ್ಗಳಿಂದ ಸಕ್ರಿಯಗೊಳಿಸಬಹುದು.",
433
-
"ok": "ಸರಿ"
433
+
"ok": "ಸರಿ",
434
+
"optional": "ಐಚ್ಛಿಕ",
435
+
"autoTranslateHint": "ಖಾಲಿ ಬಿಟ್ಟರೆ ಸ್ವಯಂ ಅನುವಾದವಾಗುತ್ತದೆ",
436
+
"autoTranslateFromEnglish": "ಖಾಲಿ ಬಿಟ್ಟರೆ ಇಂಗ್ಲಿಷ್ನಿಂದ ಸ್ವಯಂ ಅನುವಾದವಾಗುತ್ತದೆ",
437
+
"autoTranslateBidirectional": "ಇಂಗ್ಲಿಷ್ ↔ ಕನ್ನಡ ನಡುವೆ ಸ್ವಯಂ ಅನುವಾದಿಸುತ್ತದೆ",
0 commit comments