Skip to content

Commit

Permalink
ENH Update translations (#343)
Browse files Browse the repository at this point in the history
Also add to transifex
  • Loading branch information
GuySartorelli authored Mar 9, 2023
1 parent d666c4f commit 9b2e9e3
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 4 deletions.
8 changes: 8 additions & 0 deletions .tx/config
Original file line number Diff line number Diff line change
@@ -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 changes: 10 additions & 0 deletions lang/en.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
8 changes: 4 additions & 4 deletions lang/fi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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'

0 comments on commit 9b2e9e3

Please sign in to comment.