Self sign-up has been disabled due to increased spam activity. If you want to get access, please send an email to a project owner (preferred) or at gitlab(at)nic(dot)cz. We apologize for the inconvenience.
@@ -4,7 +4,7 @@ The localization (l10n) process mostly requires to mark strings in R code that a
...
@@ -4,7 +4,7 @@ The localization (l10n) process mostly requires to mark strings in R code that a
```r
```r
xlab(gettext("Date"))
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):
When having some new l10n candidates in the R code, the following steps have to be performed (in the `Dashboard` directory):