From 9149d57be54ef67dec26180791274089a5d6b551 Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Wed, 22 Jan 2014 14:31:18 -0500 Subject: [PATCH] Ignore fr and ko_KR, so we can play around with them while getting our ducks in a row. --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 551b097097..4f2d317b92 100644 --- a/.gitignore +++ b/.gitignore @@ -35,6 +35,9 @@ conf/locale/en/LC_MESSAGES/*.po ### Remove when we have real Esperanto translations. For now, ignore ### dummy Esperanto files. conf/locale/eo/* +## Remove when we officially support these languages. +conf/locale/fr +conf/locale/ko_KR ### Testing artifacts .testids/