Commit 5ccb8a4
committed
Refactor translation management interface
- Simplified the translations index view by removing unnecessary locale filter tabs and replacing them with a more structured tab navigation system.
- Introduced lazy loading for translation data by locale, model type, data type, and attribute.
- Enhanced the locale switcher to display formatted locale names.
- Updated locale files (English, Spanish, French) with new keys and translations for the revamped translation management features.
- Added new routes for fetching translations by locale, model type, data type, and attribute.
- Implemented request specs for translation management to ensure proper rendering and filtering functionality.1 parent b2c8286 commit 5ccb8a4
File tree
17 files changed
+2664
-305
lines changed- app
- controllers/better_together
- helpers/better_together
- javascript/controllers/better_together
- views
- better_together/translations
- layouts/better_together
- config
- locales
- spec/requests/better_together
17 files changed
+2664
-305
lines changedLines changed: 31 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
214 | 214 | | |
215 | 215 | | |
216 | 216 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 217 | + | |
| 218 | + | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
| 224 | + | |
222 | 225 | | |
223 | 226 | | |
224 | 227 | | |
| |||
280 | 283 | | |
281 | 284 | | |
282 | 285 | | |
| 286 | + | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
| 291 | + | |
| 292 | + | |
| 293 | + | |
| 294 | + | |
| 295 | + | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| 305 | + | |
| 306 | + | |
| 307 | + | |
| 308 | + | |
283 | 309 | | |
284 | 310 | | |
0 commit comments