From 50e4c54558b4e93091882344876e24ff0575a6e0 Mon Sep 17 00:00:00 2001 From: Paul Arthur Date: Thu, 12 Apr 2012 15:28:49 -0400 Subject: Fix pluralisation issue in Recently Played Previously we would say things like "1 seconds" and "1 hours". Using the magic of ngettext and sprintf we can get rid of the static concatenation order and become theoretically more translatable as well as more correct in English. Also changed the logic a bit, since the old looping method was unfriendly to my brain. --- docs/CHANGELOG | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/CHANGELOG') diff --git a/docs/CHANGELOG b/docs/CHANGELOG index f17de45d..527367a3 100755 --- a/docs/CHANGELOG +++ b/docs/CHANGELOG @@ -4,6 +4,7 @@ -------------------------------------------------------------------------- v.3.6-Alpha2 + - Fixed pluralisation issue in Recently Played - Added support for extracting MBIDs from M4A files - Fixed parsing of some tag types (most notably M4A) - Corrected PLS output to work with more players (reported by bhassel) -- cgit