kargnas / laravel-ai-translator

Automatic translate your language files into many languages using AI like Claude, GPT and etc.
MIT License
89 stars 11 forks source link

New Configuration Feature: Dot Notation vs Multi-dimensional Arrays #5

Open neonturk opened 2 months ago

neonturk commented 2 months ago

With the new configuration option, you can choose how translations are structured when saved:

Dot Notation: Translations are saved in a flat format with keys using dot notation (default behavior). Multi-dimensional Arrays: Translations can also be saved as nested arrays for better structure.