* The names of these files must follow the convention `<key of the plugin to translate>_<language>.properties`, for example `widgetlabs_fr.properties` or `core_fr.properties` for the core bundle. See `sonar-packaging-maven-plugin` for details on plugin key derivation.
* Messages can accept arguments. Such entries would look like:
* `myplugin.foo=This is a message with 2 params: the first "{0}" and the second "{1}".`
+* Messages can accept pluralization. Such entries would look like:
+ * `myplugin.foo={x, number} {x, plural, one {thing} other {things}}`
+ * Learn more about this syntax [here](https://formatjs.io/guides/message-syntax/#plural-format).
[[warning]]
| **UTF-8 encoding**