From d43a0e865d60cab4725730c83ed245b162689945 Mon Sep 17 00:00:00 2001 From: Peter deHaan Date: Thu, 9 May 2019 15:20:06 -0700 Subject: [PATCH] Update l10n linter to moz-l10n-lint --- .travis.yml | 2 +- l10n.toml | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index b8a3d9c32..728870fe6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -31,7 +31,7 @@ matrix: install: - sudo pip install compare-locales script: - - compare-locales --validate l10n.toml . + - moz-l10n-lint l10n.toml - compare-locales l10n.toml . `ls locales` diff --git a/l10n.toml b/l10n.toml index c527ca207..11972f17f 100644 --- a/l10n.toml +++ b/l10n.toml @@ -4,8 +4,6 @@ basepath = "." -locales = [] - [env] l = "{l10n_base}/locales/{locale}/"