... | ... | @@ -267,7 +267,7 @@ Create a JSF configuration file `src/main/webapp/WEB-INF/faces-config.xml` with |
|
|
</faces-config>
|
|
|
```
|
|
|
|
|
|
Notice that the JSF configuration points to a resource bundle for JSF and one for Oldenburg (which will also contain some text for JButler use). These bundles are useful if you want to translate your system to other languages later on. Create the former (the JSF bundle) in `src/main/resources/br/ufes/inf/labes/oldenburg/faces.properties` with the following contents:
|
|
|
Notice that the JSF configuration points to a resource bundle for JSF and one for Oldenburg (which will also contain some text for JButler use). These bundles are useful if you want to translate your system to other languages later on. If interested, see [How does i18n work?](docs/How-does-i18n-work) for a bit more detail on this. Create the former (the JSF bundle) in `src/main/resources/br/ufes/inf/labes/oldenburg/faces.properties` with the following contents:
|
|
|
|
|
|
```sh
|
|
|
##
|
... | ... | |