From 67e79f75639769d9640cf9ab9a95a34cdd4f14e7 Mon Sep 17 00:00:00 2001 From: Bruno Macabeus Date: Tue, 18 Aug 2015 00:23:53 -0300 Subject: [PATCH] I forgot to translate two comments --- data/schema.cfg | 2 +- data/tools/wmlvalidator | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/data/schema.cfg b/data/schema.cfg index a3d8a5e8dde7..a79ef8cee6a7 100644 --- a/data/schema.cfg +++ b/data/schema.cfg @@ -29,7 +29,7 @@ _theme="repeated theme" _units="optional units" _section="optional section" - _topic="repeated topic" # TODO: De algum jeito, tem que dizer que depende do 'section' + _topic="repeated topic" # TODO: Somehow, has to say that depends on the 'section' [/root] [about] diff --git a/data/tools/wmlvalidator b/data/tools/wmlvalidator index cf1e9d952990..bf5b41508290 100755 --- a/data/tools/wmlvalidator +++ b/data/tools/wmlvalidator @@ -47,7 +47,7 @@ class Validator: # TODO: the blocks below probably need to be rewritten - # TODO: Retorno deve ser mostrado em mensagens mais organizadas, como numa tabela + # TODO: Return should be shown in more organized, for example, a table # Validate the attributes for attribute in schema.get_attributes(): matches = node.get_texts(attribute.name)