Repository is archived
No commit activity in last 3 years
No release in over 3 years
i18n-tasks helps you find and manage missing and unused translations that are created with angular-translate and angular-translate-once.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
>= 0
>= 0

Runtime

 Project Readme

Archived

This repo is not actively used. It was a previous fork from Hightower.

i18n-tasks-angular

i18n-tasks-angular extends i18n-tasks with scanners for angular-translate and angular-translate-once

This gem provides scanners for key usages, such as:

  • $translate.instant
  • translate=, translate-attr-*=
  • translate-once=, translate-once-*=
  • | pluralize
  • %translate-plural=
  • translation-key=

Installation

Add i18n-tasks-angular to the Gemfile:

gem 'i18n-tasks-angular'

You need to add <% require "i18n/tasks/angular" %> at the top of your i18n-tasks.yml.erb.

Usage

Run i18n-tasks to get the list of all the tasks with short descriptions.