Tags: MegaverseBE/laravel-vue-i18n-generator
Tags
Only handle arrays as arrays in translation files (martinlindhe#107) * Fix array handling * Only handle arrays
Adding escape character (martinlindhe#94) Adds a escape character to allow escaping translation strings that contain the Laravel :link keyword.
Use DIRECTORY_SEPARATOR instead of hardcoded chars (martinlindhe#83) * Use DIRECTORY_SEPARATOR instead of hardcoded chars Replaced the '/' and '\\' to DIRECTORY_SEPARATOR. * Remove the first character of $filePath conditionally Conditionally remove the leading '/' in $filePath instead of replacing DIRECTORY_SEPARATOR.
martinlindhe#56 Extended to generate multiple files per locale (marti… …nlindhe#82)
PreviousNext