Skip to content

Commit

Permalink
redo translation of values
Browse files Browse the repository at this point in the history
  • Loading branch information
majsan committed Jun 3, 2021
1 parent 77129e7 commit b3961a3
Show file tree
Hide file tree
Showing 10 changed files with 1,619 additions and 1,578 deletions.
8 changes: 4 additions & 4 deletions app/modes/all_hist_mode.js
Expand Up @@ -122,7 +122,7 @@ settings.runebergattributes = {
typograph: {
label: "typography",
type: "set",
translationKey: "fab_",
translation: fabTranslation,
extendedComponent: "datasetSelect",
dataset: [
"footnote",
Expand Down Expand Up @@ -1863,7 +1863,7 @@ settings.corpora["lag1734"] = {
typograph: {
label: "typography",
type: "set",
translationKey: "fab_",
translation: fabTranslation,
extendedComponent: "datasetSelect",
dataset: [
"bold",
Expand Down Expand Up @@ -1906,7 +1906,7 @@ settings.corpora["forarbeten1734"] = {
typograph: {
label: "typography",
type: "set",
translationKey: "fab_",
translation: fabTranslation,
extendedComponent: "datasetSelect",
dataset: [
"bold",
Expand Down Expand Up @@ -2153,7 +2153,7 @@ settings.corpora["kioping"] = {
typograph: {
label: "typography",
type: "set",
translationKey: "fab_",
translation: fabTranslation,
extendedComponent: "datasetSelect",
dataset: [
"antikva",
Expand Down
2 changes: 1 addition & 1 deletion app/modes/bible_mode.js
Expand Up @@ -28,7 +28,7 @@ settings.corpora["bibel1917"] = {
texttype: {
label: "fab_texttype",
type: "set",
translationKey: "fab_",
translation: fabTranslation,
extendedComponent: "datasetSelect",
dataset: [
"info",
Expand Down

0 comments on commit b3961a3

Please sign in to comment.