https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=29602
--- Comment #52 from Victor Grousset/tuxayo <[email protected]> --- Updating the .po files on master and then updating with the patches allows to see that it cleans up a lot of stuff <3 It seems the net change is +400 strings but the ~200 removed are generally terrible and long and the ~600 are generally simple. The most weird stuff I've found in a few minutes of skimming are like: msgid "\", \"dt_count\": \"%s\", \"dt_is_shared\": \"%s" It looks like the extraction script that takes things that it shouldn't but at least these don't have work to do besides copy and paste. Counting: git diff | grep "\-msgid" | wc -l 218 git diff | grep "\+msgid" | wc -l 647 -- You are receiving this mail because: You are watching all bug changes. _______________________________________________ Koha-bugs mailing list [email protected] https://lists.koha-community.org/cgi-bin/mailman/listinfo/koha-bugs website : http://www.koha-community.org/ git : http://git.koha-community.org/ bugs : http://bugs.koha-community.org/
