Skip to content

Commit

Permalink
feat: add brazilian portuguese to available languages (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored Mar 8, 2024
1 parent dd598f3 commit 3ea9d98
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion includes/version.php
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
<?php
$version = "v1.12.1";
$version = "v1.14.0";
?>
1 change: 1 addition & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 3ea9d98

Please sign in to comment.