Commit b7f05445c00f has added WWW entries to port Makefiles based on WWW: lines in pkg-descr files. This commit removes the WWW: lines of moved-over URLs from these pkg-descr files. Approved by: portmgr (tcberner)
7 lines
367 B
Plaintext
7 lines
367 B
Plaintext
gettext_i18n_rails is simple FastGettext Rails integration. Translate via
|
|
FastGettext, use any other I18n backend as extension/fallback.
|
|
|
|
Rails does: I18n.t('syntax.with.lots.of.dots') with nested yml files. We do:
|
|
_('Just translate my damn text!') with simple, flat mo/po/yml files or directly
|
|
from db. To use I18n, calls add a syntax.with.lots.of.dots translation.
|