Skip to content

Latest commit

 

History

History
221 lines (149 loc) · 5.83 KB

CHANGELOG.md

File metadata and controls

221 lines (149 loc) · 5.83 KB

Change Log

All notable changes to this project will be documented in this file. Bisu adheres to Semantic Versioning.

Unreleased

Fixed

  • Fix handling of ampersand (&) character on Android localization

Fixed

  • Escape double quotes (") on Android localization

Fixed

  • Fixes handling of % character on iOS localization

Released on 2023/12/07

Added

Maintenance

  • Upgrade to ruby 3.2

Released on 2021/08/30

Fixed

  • Fixes bug where we were assuming "key" would always be the translations-key column title

Released on 2021/08/30

Fixed

  • Crash caused by an unexpected redirect

Released on 2021/08/30

Fixed

  • Google Spreadsheet option stopped working due to a change in the API. This version fixes that.

Note: You'll need a new setup. View README.

Released on 2021/05/21

Added

  • Adds a new option to surpress missing params when that's intentional: add "//ignore-params" to the end of the translation key

Released on 2020/04/30

Added

  • Adds a new option: allows a single translation to have a specific fallback language (example: "es-MX" fallback to "es")

Released on 2020/03/09

Added

  • Correctly handles percentage sign on iOS platform

Released on 2020/03/09

Added

  • Correctly handles percentage sign on Android platform

Released on 2019/03/04

Added

  • Applies the same new line behaviour in every platform

Released on 2019/02/18

Added

  • Adds support for a dictionary source from generic URL

Released on 2019/02/18

Added

  • Merges changes from Onfido's fork
    • Removes the restriction for keys to start with k
    • Adds a strict mode to fail if there's any warning

Released on 2019/01/19

Added

  • Adds an option to skip downloading i18n dictionary from an external source and loads it directly from a local file in that format

Released on 2018/07/24

Added

  • Fixes bug handling already escaped single quotes coming from OneSky

Released on 2017/08/27

Added

  • Fixes crash when final file does not exist

Released on 2017/06/26

Added

  • Fixes #3

Released on 2017/03/13

Added

  • Removed dependency from onesky-ruby gem

Released on 2016/12/22

Added

  • Fixed a bug related to OneSky integration related to new line character handling

Released on 2016/12/12

Added

  • Fixed a missing gem dependency

Released on 2016/12/01

Added

  • nothing

Released on 2016/11/18

Added

  • OneSky integration
  • New option to save a local copy of the dictionary

Released on 2016/11/15

Added

  • Generic code refactors to (soon) support new dictionary sources
  • Better error handling when parsing Dictionary

Released on 2016/11/02

Added

  • New config file format
  • Better error handling when parsing config file

Released on 2016/10/23

Added

  • Convertion of all tests to Rspec
  • Generic code refactors to (soon) support new dictionary sources

Released on 2016/10/14

Added

  • Fixes bug when translating '@' character in Android

Released on 2016/03/03

Added

  • Logs error when missing translation parameter

Released on 2015/07/31

Added

  • Default language support

Released on 2015/07/01

Added

  • Localized text with parameters

Released on 2015/07/01

Added

  • Fixes bug when generating Android locale

Released on 2015/07/01

Added

  • RoR project support

Released on 2015/02/02

Added

  • nothing

Released on 2015/01/28.

Added

  • #1: Now bisu creates output files if they do not exist
  • #2: Fixes missing dependecies error

Released on 2015/01/28