Skip to content

Commit

Permalink
added non-translatable strings (#1537)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Stirling <[email protected]>
  • Loading branch information
Ludy87 and Frooodle authored Jul 6, 2024
1 parent 695fbb0 commit 422264a
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions scripts/ignore_translation.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,11 @@ ignore = [

[ca_CA]
ignore = [
'PDFToText.tags',
'adminUserSettings.admin',
'language.direction',
'survey.button',
'watermark.type.1',
]

[cs_CZ]
Expand Down Expand Up @@ -48,6 +52,7 @@ ignore = [
ignore = [
'adminUserSettings.roles',
'color',
'error',
'language.direction',
'no',
'showJS.tags',
Expand All @@ -60,8 +65,26 @@ ignore = [

[fr_FR]
ignore = [
'AddStampRequest.alphabet',
'AddStampRequest.position',
'AddStampRequest.rotation',
'PDFToBook.selectText.1',
'addPageNumbers.selectText.3',
'adminUserSettings.actions',
'alphabet',
'compare.document.1',
'compare.document.2',
'info',
'language.direction',
'licenses.license',
'licenses.module',
'licenses.nav',
'licenses.version',
'pdfOrganiser.mode',
'pipeline.title',
'pipelineOptions.pipelineHeader',
'sponsor',
'watermark.type.2',
]

[hi_IN]
Expand All @@ -71,6 +94,7 @@ ignore = [

[hr_HR]
ignore = [
'PDFToBook.selectText.1',
'font',
'home.pipeline.title',
'info',
Expand Down Expand Up @@ -115,6 +139,7 @@ ignore = [
[nl_NL]
ignore = [
'HTMLToPDF.print',
'adjustContrast.contrast',
'compare.document.1',
'compare.document.2',
'error',
Expand All @@ -130,11 +155,17 @@ ignore = [

[no_NB]
ignore = [
'PDFToBook.selectText.1',
'adminUserSettings.admin',
'info',
'language.direction',
'oops',
'sponsor',
]

[pl_PL]
ignore = [
'PDFToBook.selectText.1',
'language.direction',
]

Expand All @@ -160,12 +191,20 @@ ignore = [

[sk_SK]
ignore = [
'adminUserSettings.admin',
'home.multiTool.title',
'info',
'language.direction',
'navbar.sections.security',
'text',
'watermark.type.1',
]

[sr_LATN_RS]
ignore = [
'language.direction',
'licenses.version',
'poweredBy',
]

[sv_SE]
Expand Down

0 comments on commit 422264a

Please sign in to comment.