Hi all,
I'm working on the latest Moodle build and I couldn't gather enough information about how to add new strings in language pack.
These new strings are specific to my project in the theme.
How to add new strings
Number of replies: 2Re: How to add new strings
If you are working on a custom theme plugin, you add strings to your theme's lang/en/ folder.
See https://docs.moodle.org/dev/String_API#Adding_language_file_to_plugin for details.
Re: How to add new strings
thanks,
problem resolved