Translate FileUpload Element

All the translation strings are stored in ini files in directory structures that look like this:

Code:
function
    languages
        en-GB
            en-GB.function.ini

en-GB is the Fabrik base language, so you need to base your own language files on that - you take english strings like

Code:
PLG_STUFF_SOMETHING_LABEL="Something"
PLG_STUFF_SOMETHING_DESC="You use Something to achieve a specific function."

and you copy them into your own language ini file and translate the strings.

Then you submit the new files as a PR if you want them to be included in Fabrik.

(If you just want to do translations for one site, you can use the standard Joomla language overrides to store the strings in a way that won't be overwritten by a Fabrik update.)
 
Thank you for you reply. But I didn't find any string for fileupload. There is only a string
'COM_FABRIK_IMPORT_CSV_NO_FILE_SELECTED="No file selected" 'that is for CSV not for fileupload element.
 
"No file selected" in the standard fileupload element is coming from the browser (in the language your browser is set to), it's no Joomla or Fabrik langugage string.
 
We are in need of some funding.
More details.

Thank you.

Members online

No members online now.
Back
Top