1
0
mirror of https://github.com/msberends/AMR.git synced 2026-01-11 19:14:39 +01:00

(v3.0.1.9012) fix translations

This commit is contained in:
2026-01-07 11:00:58 +01:00
parent 9d1b4565f6
commit fa827f27f4
4 changed files with 16 additions and 22 deletions

View File

@@ -301,7 +301,7 @@ ab_info <- function(x, language = get_AMR_locale(), ...) {
ab = as.character(x),
cid = ab_cid(x),
name = ab_name(x, language = language),
group = ab_group(x, language = language),
group = ab_group(x, language = language, all_groups = TRUE),
atc = ab_atc(x),
atc_group1 = ab_atc_group1(x, language = language),
atc_group2 = ab_atc_group2(x, language = language),