Skip to content

Commit

Permalink
Merge branch '4.x-dev' into 5.x-dev
Browse files Browse the repository at this point in the history
  • Loading branch information
snake14 committed Apr 13, 2023
2 parents ccb37f8 + 0d1fc2f commit 483c914
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/matomo-tests.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Action for running tests
# This file has been automatically created.
# To recreate it you can run this command
# ./console generate:test-action --plugin="JsTrackerCustom" --php-versions="7.2,8.1" --protect-artifacts
# ./console generate:test-action --plugin="JsTrackerCustom" --php-versions="7.2,8.2" --protect-artifacts --schedule-cron="45 4 * * 6"

name: Plugin JsTrackerCustom Tests

Expand All @@ -12,6 +12,8 @@ on:
branches:
- '**.x-dev'
workflow_dispatch:
schedule:
- cron: "45 4 * * 6"

permissions:
actions: read
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Matomo JsTrackerCustom Plugin

[![Build Status](https://travis-ci.com/innocraft/plugin-JsTrackerCustom.png?branch=4.x-dev)](https://travis-ci.com/innocraft/plugin-JsTrackerCustom)
[![Build Status](https://github.com/innocraft/plugin-JsTrackerCustom/actions/workflows/matomo-tests.yml/badge.svg?branch=4.x-dev)](https://github.com/innocraft/plugin-JsTrackerCustom/actions/workflows/matomo-tests.yml)

## Description

Expand Down
1 change: 1 addition & 0 deletions lang/ja.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"JsTrackerCustom": {
"AddCustomJs": "カスタムJavaScriptコードをpiwik.jsに追加します",
"DirectoryOrFileNotWritable": "カスタム JavaScript を追加できるようにするには、ディレクトリ %1$s が書き込み可能であるか、ファイル %2$s が書き込み可能である必要があります。",
"FileNotWritable": "カスタムJavaScriptを追加できるようにするには、ファイル%1$sが書き込み可能である必要があります。",
"JsTrackerCustom": "カスタムトラッカーJS"
}
Expand Down
1 change: 1 addition & 0 deletions lang/pt.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"JsTrackerCustom": {
"AddCustomJs": "Adicione o código JavaScript personalizado ao seu piwik.js",
"DirectoryOrFileNotWritable": "Para poder adicionar JavaScript personalizado, o diretório %1$s precisa ser gravável ou o arquivo %2$s precisa ser gravável.",
"FileNotWritable": "Para poder adicionar o JavaScript personalizado, o ficheiro %1$s tem de ser gravável.",
"JsTrackerCustom": "Rastreador JS personalizado"
}
Expand Down

0 comments on commit 483c914

Please sign in to comment.