Commit 17d5af0f370b21b364cb77c4f4168db71ead2fc6

Authored by perry.werneck@gmail.com
1 parent 1d01f29d

Atualizando traduções

Showing 2 changed files with 4 additions and 1 deletions   Show diff stats
po/pt_BR.po
... ... @@ -5,7 +5,7 @@ msgid ""
5 5 msgstr ""
6 6 "Project-Id-Version: pw3270 5.0\n"
7 7 "Report-Msgid-Bugs-To: \n"
8   -"POT-Creation-Date: 2012-10-10 15:02-0300\n"
  8 +"POT-Creation-Date: 2012-10-10 15:17-0300\n"
9 9 "PO-Revision-Date: 2012-10-10 15:05-0300\n"
10 10 "Last-Translator: Perry Werneck <perry.werneck@gmail.com>\n"
11 11 "Language-Team: Português <>\n"
... ...
src/include/rules.mak.in
... ... @@ -87,6 +87,9 @@ $(TMPDIR)/pot/%.pot: %.c
87 87 --keyword=_ --keyword=N_ --keyword=MSG_:2 --output=$@ $<
88 88 @touch $@
89 89  
  90 +$(TMPDIR)/pot/%.pot: %.rc
  91 + @touch $@
  92 +
90 93 #---[ Targets ]----------------------------------------------------------------
91 94  
92 95 clean-common:
... ...