Multi Language
#
BackendBadaso menyediakan bahasa inggris secara default untuk bahasa dari backend. Untuk mengubah bahasa, perlu dibuatkan konfigurasi lokalisasi untuk laravel, konfigurasi ini dapat diatur melalui .env
. Kode di bawah adalah struktur direktori untuk menambahkan bahasa baru.
๐ฆ Your Projectโฃ ๐ resourcesโ โฃ ๐ langโ โ โฃ ๐ badasoโ โ โ โฃ ๐ enโ โ โ โ โฃ ๐ api_response.phpโ โ โ โ โฃ ๐ validation.phpโ โ โ โฃ ๐ add your langโ โ โ โ โฃ ๐ api_response.phpโ โ โ โ โฃ ๐ validation.php
#
FrontendFor some labels on the frontend, also use a separate language from backend. The code below is the language directory structure in frontend. The language on the frontend can be changed via the header navbar on the dashboard. The language in frontend only changes labels on frontend, not including responses from backend Badaso.
๐ฆ Your Projectโฃ ๐ resourcesโ โฃ ๐ jsโ โ โฃ ๐ badasoโ โ โ โฃ ๐ langโ โ โ โ โฃ ๐ en.jsโ โ โ โ โฃ ๐ id.js