From a60b4dee9944b1dd8c10b4dd5b7a23b534655855 Mon Sep 17 00:00:00 2001 From: Jon Atack Date: Sat, 7 Nov 2015 21:49:39 +0100 Subject: [PATCH] Update change log for #612 and standardize i18n changes. [skip ci] --- CHANGELOG.md | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b208e4b..7c09888 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -60,11 +60,16 @@ *Marcel Eeken* -* Add pt-BR translation. PR +* Add Brazilian Portuguese i18n locale file (`pt-BR.yml`). PR [#581](https://github.com/activerecord-hackery/ransack/pull/581). *Diego Henrique Domingues* +* Add Indonesian (Bahasa) i18n locale file (`id.yml`). PR + [#612](https://github.com/activerecord-hackery/ransack/pull/612). + + *Adam Pahlevi Baihaqi* + ### Changed * Memory/speed perf improvement: Freeze strings in array global constants and @@ -139,7 +144,7 @@ *Penn Su* -* Add German locale file (de.yml). PR +* Add German i18n locale file (`de.yml`). PR [#537](https://github.com/activerecord-hackery/ransack/pull/537). *Philipp Weissensteiner* @@ -505,7 +510,7 @@ *Pedro Chambino* -* Add `ro.yml` Romanian translation file. +* Add Romanian i18n locale file (`ro.yml`). *Andreas Philippi*