-
Notifications
You must be signed in to change notification settings - Fork 15
String localisation guidelines
Shiva Poudel edited this page May 29, 2019
·
2 revisions
- Use
everest-forms
textdomain in all strings. - When using dynamic strings in printf/sprintf, if you are replacing > 1 string use numbered args. e.g.
Test %s string %s.
would beTest %1$s string %2$s.
- Use sentence case. e.g.
Some Thing
should beSome thing
. - Avoid HTML. If needed, insert the HTML using sprintf.
Everest Forms is an open source form builder plugin for WordPress and lovingly crafted by WPEverest and the ThemeGrill community ❤