Commit abdea78f7863137681dccc56326377c875c37b1c

Authored by Edmar Moretti
1 parent db179b77

$1

Showing 2 changed files with 10 additions and 0 deletions   Show diff stats
init/dicionario.js
... ... @@ -136,5 +136,11 @@ es:""
136 136 pt:"Mapa com Open Street Map (OSM)",
137 137 en:"",
138 138 es:""
  139 +}],
  140 +24: [
  141 +{
  142 +pt:"Documentação da API",
  143 +en:"",
  144 +es:""
139 145 }]
140 146 };
141 147 \ No newline at end of file
... ...
init/index.php
... ... @@ -190,6 +190,10 @@ botoesIni.push({
190 190 "href":"../guia_de_migracao.txt",
191 191 "titulo":$trad(17,g_traducao_init)
192 192 },{
  193 + "img":"accessories-dictionary.png",
  194 + "href":"documentacao",
  195 + "titulo":$trad(24,g_traducao_init)
  196 + },{
193 197 "img":"tools-report-bug.png",
194 198 "href":"http://svn.softwarepublico.gov.br/trac/i3geo",
195 199 "titulo":$trad(16,g_traducao_init)
... ...