How to locale my project to portuguese ? #1252
Replies: 2 comments
-
Hi joaopedrobarbosa, To localize the After writing all the locale need to modify 'available_locales' => [
'en' => 'English',
'tr' => 'Türkçe',
'ar' => 'Arabic',
+ 'pt' => 'Portuguese',
], After modify this |
Beta Was this translation helpful? Give feedback.
-
It is still not showing. Try to clear the cache using the command provided below in the root terminal of the project: php artisan optimize:clear |
Beta Was this translation helpful? Give feedback.
-
I added the words tranlations at app config file for UI and ADMIN but i not finding where i can add portuguese option for choose on configuration of the system.
Beta Was this translation helpful? Give feedback.
All reactions