feat: add brazilian portuguese to available languages (#198)

This commit is contained in:
Miguel Ribeiro
2024-03-08 22:17:15 +01:00
committed by GitHub
parent dd598f33d9
commit 3ea9d98da7
2 changed files with 2 additions and 1 deletions
+1 -1
View File
@@ -1,3 +1,3 @@
<?php
$version = "v1.12.1";
$version = "v1.14.0";
?>
+1
View File
@@ -28,6 +28,7 @@ self.addEventListener('install', function(event) {
'scripts/i18n/fr.js',
'scripts/i18n/jp.js',
'scripts/i18n/pt.js',
'scripts/i18n/pt_br.js',
'scripts/i18n/tr.js',
'scripts/i18n/zh_cn.js',
'scripts/i18n/zh_tw.js',