mirror of
https://github.com/silverstripe/silverstripe-fulltextsearch
synced 2024-10-22 14:05:29 +02:00
Merge branch '4.0' into 4
This commit is contained in:
commit
d35de05095
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -4,15 +4,10 @@ on:
|
||||
push:
|
||||
pull_request:
|
||||
workflow_dispatch:
|
||||
# Every Wednesday at 2:10pm UTC
|
||||
schedule:
|
||||
- cron: '10 14 * * 3'
|
||||
|
||||
jobs:
|
||||
ci:
|
||||
name: CI
|
||||
# Only run cron on the silverstripe account
|
||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
||||
uses: silverstripe/gha-ci/.github/workflows/ci.yml@v1
|
||||
with:
|
||||
extra_jobs: |
|
||||
|
16
.github/workflows/dispatch-ci.yml
vendored
Normal file
16
.github/workflows/dispatch-ci.yml
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
name: Dispatch CI
|
||||
|
||||
on:
|
||||
# At 2:10 PM UTC, only on Wednesday and Thursday
|
||||
schedule:
|
||||
- cron: '10 14 * * 3,4'
|
||||
|
||||
jobs:
|
||||
dispatch-ci:
|
||||
name: Dispatch CI
|
||||
# Only run cron on the silverstripe account
|
||||
if: (github.event_name == 'schedule' && github.repository_owner == 'silverstripe') || (github.event_name != 'schedule')
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Dispatch CI
|
||||
uses: silverstripe/gha-dispatch-ci@v1
|
8
.tx/config
Normal file
8
.tx/config
Normal file
@ -0,0 +1,8 @@
|
||||
[main]
|
||||
host = https://www.transifex.com
|
||||
|
||||
[o:silverstripe:p:silverstripe-fulltextsearch:r:master]
|
||||
file_filter = lang/<lang>.yml
|
||||
source_file = lang/en.yml
|
||||
source_lang = en
|
||||
type = YML
|
10
lang/en.yml
10
lang/en.yml
@ -2,3 +2,13 @@ en:
|
||||
SilverStripe\FullTextSearch\Solr\Forms\SearchForm:
|
||||
GO: Go
|
||||
SEARCH: Search
|
||||
SolrResultsPage:
|
||||
DidYouMean: 'Did you mean'
|
||||
NoResults: 'Sorry, your search query did not return any results.'
|
||||
Page: Page
|
||||
ReadMore: 'Read more about'
|
||||
SearchQuery: 'You searched for'
|
||||
ViewNextPage: 'View the next page'
|
||||
ViewPageNumber: 'View page number'
|
||||
ViewPreviousPage: 'View the previous page'
|
||||
of: of
|
||||
|
@ -4,11 +4,11 @@ fi:
|
||||
SEARCH: Haku
|
||||
SolrResultsPage:
|
||||
SearchQuery: 'Hakusanasi oli'
|
||||
DidYouMean: 'Tarkoititko'
|
||||
DidYouMean: Tarkoititko
|
||||
ReadMore: 'Lue lisää'
|
||||
NoResults: 'Pahoittelut, mutta hakusi ei tuottanut yhtään osumaa.'
|
||||
Page: 'Sivu'
|
||||
of: '/'
|
||||
Page: Sivu
|
||||
of: /
|
||||
ViewPreviousPage: 'Katso edellinen sivu'
|
||||
View page number: 'Siirry sivulle'
|
||||
'View page number': 'Siirry sivulle'
|
||||
ViewNextPage: 'Katso seuraava sivu'
|
||||
|
Loading…
Reference in New Issue
Block a user