From 27288dc50864c5a5f6f5fbd2cc52f781101dfa06 Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 17 May 2021 10:53:21 +1200 Subject: [PATCH 1/2] Update translations --- lang/sl.yml | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 lang/sl.yml diff --git a/lang/sl.yml b/lang/sl.yml new file mode 100644 index 00000000..fbc79410 --- /dev/null +++ b/lang/sl.yml @@ -0,0 +1,7 @@ +sl: + SilverStripe\Reports\ReportAdmin: + MENUTITLE: Poročila + ReportTitle: Naslov + SilverStripe\Reports\SideReport: + OtherGroupTitle: Drugo + REPEMPTY: 'Poročilo ''{title}'' je prazno.' From 1d9940aab095784bb22127a6c06f611a69c94b2f Mon Sep 17 00:00:00 2001 From: Steve Boyd Date: Mon, 17 May 2021 16:34:21 +1200 Subject: [PATCH 2/2] MNT Remove COMPOSER_ROOT_VERSION --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b9e116d4..1e5c41ef 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,5 +5,4 @@ import: env: global: - - COMPOSER_ROOT_VERSION="4.x-dev" - - REQUIRE_RECIPE="$COMPOSER_ROOT_VERSION" + - REQUIRE_RECIPE="4.8.x-dev"