| ... | ... | @@ -4,7 +4,7 @@ The localization (l10n) process mostly requires to mark strings in R code that a |
|
|
|
```r
|
|
|
|
xlab(gettext("Date"))
|
|
|
|
```
|
|
|
|
Apart from this, arguments of the following R functions are also automatically considered l10n candidates (see `?tools::xgettext2pot`for details: `stop`, `warning` and `message`.
|
|
|
|
Apart from this, arguments of the following R functions are also automatically considered l10n candidates (see `?tools::xgettext2pot`for details): `stop`, `warning` and `message`.
|
|
|
|
|
|
|
|
When having some new l10n candidates in the R code, the following steps have to be performed (in the `Dashboard` directory):
|
|
|
|
|
| ... | ... | |