From e6230576b7acd34d711c0314077a0428a4c8a82f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Sat, 11 Dec 2010 02:56:17 +0100 Subject: [PATCH] Add category.json files for testing categories. --- share/library/Logical/category.json | 5 +++++ share/library/Passive/category.json | 5 +++++ 2 files changed, 10 insertions(+) create mode 100644 share/library/Logical/category.json create mode 100644 share/library/Passive/category.json diff --git a/share/library/Logical/category.json b/share/library/Logical/category.json new file mode 100644 index 0000000..9d20ef7 --- /dev/null +++ b/share/library/Logical/category.json @@ -0,0 +1,5 @@ +{ + "en": "Logical", + "cs": "Logické" +} + diff --git a/share/library/Passive/category.json b/share/library/Passive/category.json new file mode 100644 index 0000000..8e303f1 --- /dev/null +++ b/share/library/Passive/category.json @@ -0,0 +1,5 @@ +{ + "en": "Passive", + "cs": "Pasivní" +} +