Skip to content

[EN] l10n: There are no text strings in Transifex #146

@Valdnet

Description

@Valdnet

1. The following text strings are missing from Transifex:

showSuccess(t('gestion', 'Modification saved'));

showMessage(t('gestion', 'Modification saved'));

showMessage(t('gestion', 'Save in') + " " + $("#theFolder").val() + "/" + $("#pdf").data("folder"));

showMessage(t('gestion', 'There is an error'));

return "<option selected value='0'>" + t('gestion', 'disable') + "</option><option value='1'>" + t('gestion', 'enable') + "</option>"

return "<option value='0'>" + t('gestion', 'disable') + "</option><option selected value='1'>" + t('gestion', 'enable') + "</option>"

2. Change text strings:

disable -> Disable
enable -> Enable

3. All text strings from mainFunction.mjs are also missing.

obraz

obraz

Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions