Concatenation operator in the strings file not supported by AMOS

Issue #5 resolved
David Mudrák created an issue

We are unable to import your module's strings into AMOS at lang.moodle.org as the parser there does not support the string concatenation operator. it is currently used at least at line 105 of the string file - $string['deadline_help']

String files are exception in the coding style rules regarding the max line length and it is actually recommended to keep their value in a single string wrapper by single quotes, with no concatenating.

See the Strings section at https://docs.moodle.org/dev/Plugin_contribution_checklist for details.

Comments (3)

  1. Log in to comment