1
0
mirror of https://github.com/msberends/AMR.git synced 2025-07-09 19:01:51 +02:00

Fix translatable strings

This commit is contained in:
2023-04-15 09:32:13 +02:00
parent ed70f95380
commit 1a02d302d4
15 changed files with 20 additions and 17 deletions

Binary file not shown.

Binary file not shown.

View File

@ -1 +1 @@
3d92820386230a7ac3c9367ce6d96db9
aec0e9d495ebee3079f9aab766d7a38f

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@ -1380,6 +1380,9 @@ for (nm in to_restore) {
# Save to package ---------------------------------------------------------
# set class <mo> if still needed (if you run only this part coming from other scripts)
class(microorganisms$mo) <- c("mo", "character")
microorganisms <- microorganisms %>% arrange(fullname)
usethis::use_data(microorganisms, overwrite = TRUE, version = 2, compress = "xz")
rm(microorganisms)