No release in over 3 years
Low commit activity in last 3 years
A danger plugin for checking detecting duplicates in Localizable.strings files.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 2.1
~> 2.16
= 3.1.5
>= 0
~> 13.0
~> 3.9
~> 0.82
~> 0.9

Runtime

~> 8.0
 Project Readme

danger-duplicate_localizable_strings

A Danger plugin that detect duplicate entries in Localizable.strings.

Installation

$ gem install danger-duplicate_localizable_strings

Usage

Just call

duplicate_localizable_strings.check_localizable_duplicates

in your Dangerfile and you're all set 🎉

You can also call localizable_duplicate_entries to get an array of hashes containing Localizable.strings file path under file and duplicate entry key under key.

Development

  1. Clone this repo
  2. Run bundle install to setup dependencies.
  3. Run bundle exec rake spec to run the tests.
  4. Use bundle exec guard to automatically have tests run as you make changes.
  5. Make your changes.