Change pt-BR in translations.php
ci/woodpecker/push/woodpecker Pipeline was successful Details

Signed-off-by: Skylar "The Cobra" Widulski <cobra@vern.cc>
This commit is contained in:
Skylar "The Cobra" Widulski 2023-12-15 11:59:34 -05:00
parent 2c1e3daa0b
commit e5b9886c45
Signed by: cobra
GPG Key ID: 4FD8F812083FF6F9
1 changed files with 2 additions and 2 deletions

View File

@ -19,7 +19,7 @@
<?php
$const = 643;
$langs = array();
$langs['pt-BR'] = array("Brazilian Portuguese", "Português Brasileiro");
$langs['por-BR'] = array("Brazilian Portuguese", "Português Brasileiro");
function style($tl) {
global $const;
@ -33,7 +33,7 @@
<!--#include file="nav.php" -->
<div class=h><h1 id=translations>Translations</h1> <a aria-hidden=true href=#translations>#translations</a></div>
<ul>
<?php echo style('pt-BR'); ?>
<?php echo style('por-BR'); ?>
</ul>
<!--#include file="footer.cgi" -->
</body>