Hi all,
I apologize if you are receiving multiple copies of this email, but
I'm cross-posting because I believe this may be of interest to a wider
audience than just R-SIG-Fedora.
This is to announce that I'm maintaining a Copr project [1] that
provides RPM repos for Fedora 30, 31 and rawhide for
Unsurprisingly, this was due to user error. I found the fix.
Sorry for the email clutter.
vab
On Wed, Feb 5, 2020, at 08:32, Vincent Arel-Bundock wrote:
> Hi everyone,
>
> My `countrycode` package ships with two data frames of characters in
> several languages: codelist and codelist_panel.
>
Hi Paul,
Check out this doc file for suggested workflows:
https://stat.ethz.ch/R-manual/R-devel/library/tools/html/update_pkg_po.html
The key part is that you need to create a .pot file from which the .po
files are generated and edit. Then you need to "install" the
translations (before R CMD buil
I have been sent .po and .mo files with message translations for one of
my packages. The .po file I know goes in the source package po/
directory but I have not had .mo files previously. The translator thinks
the .mo file goes in inst/po. The .mo file seems to be generated from
the .po file, bu