Skip to content

Commit

Permalink
feat: add korean translation (#314)
Browse files Browse the repository at this point in the history
  • Loading branch information
ellite authored May 11, 2024
1 parent b868b10 commit bc40320
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.26.2";
$version = "v1.27.0";
?>
1 change: 1 addition & 0 deletions service-worker.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ self.addEventListener('install', function(event) {
'scripts/i18n/fr.js',
'scripts/i18n/it.js',
'scripts/i18n/jp.js',
'scripts/i18n/ko.js',
'scripts/i18n/pl.js',
'scripts/i18n/pt.js',
'scripts/i18n/pt_br.js',
Expand Down

0 comments on commit bc40320

Please sign in to comment.