From 13fc737ae6acfd682342553d3682fdcb3201a737 Mon Sep 17 00:00:00 2001 From: Leopold Tal G Date: Tue, 1 Sep 2020 23:56:36 +0200 Subject: [PATCH] fix misspelling of "separate" in comments --- src/js/changelog.js | 2 +- src/js/core/modal_dialog_elements.js | 4 ++-- src/js/game/entity_manager.js | 2 +- translations/base-ar.yaml | 2 +- translations/base-cat.yaml | 2 +- translations/base-cz.yaml | 2 +- translations/base-da.yaml | 2 +- translations/base-de.yaml | 2 +- translations/base-el.yaml | 2 +- translations/base-en.yaml | 2 +- translations/base-es.yaml | 2 +- translations/base-fi.yaml | 2 +- translations/base-fr.yaml | 2 +- translations/base-hr.yaml | 2 +- translations/base-hu.yaml | 2 +- translations/base-ind.yaml | 2 +- translations/base-it.yaml | 2 +- translations/base-ja.yaml | 2 +- translations/base-kor.yaml | 2 +- translations/base-lt.yaml | 2 +- translations/base-nl.yaml | 2 +- translations/base-no.yaml | 2 +- translations/base-pl.yaml | 2 +- translations/base-pt-BR.yaml | 2 +- translations/base-pt-PT.yaml | 2 +- translations/base-ro.yaml | 2 +- translations/base-ru.yaml | 2 +- translations/base-sl.yaml | 2 +- translations/base-sr.yaml | 2 +- translations/base-sv.yaml | 2 +- translations/base-tr.yaml | 2 +- translations/base-uk.yaml | 2 +- translations/base-zh-CN.yaml | 2 +- translations/base-zh-TW.yaml | 2 +- 34 files changed, 35 insertions(+), 35 deletions(-) diff --git a/src/js/changelog.js b/src/js/changelog.js index 27be28bf..eb9d9668 100644 --- a/src/js/changelog.js +++ b/src/js/changelog.js @@ -104,7 +104,7 @@ export const CHANGELOG = [ date: "17.06.2020", entries: [ "You can now place straight belts (and tunnels) by holding SHIFT! (For you, @giantwaffle ❤️)", - "Added continue button to main menu and add seperate 'New game' button (by jaysc)", + "Added continue button to main menu and add separate 'New game' button (by jaysc)", "Added setting to disable smart tunnel placement introduced with the last update", "Added setting to disable vignette", "Update translations", diff --git a/src/js/core/modal_dialog_elements.js b/src/js/core/modal_dialog_elements.js index 54b69402..3acd2673 100644 --- a/src/js/core/modal_dialog_elements.js +++ b/src/js/core/modal_dialog_elements.js @@ -30,10 +30,10 @@ export class Dialog { * @param {string} param0.title Title of the dialog * @param {string} param0.contentHTML Inner dialog html * @param {Array} param0.buttons - * Button list, each button contains of up to 3 parts seperated by ':'. + * Button list, each button contains of up to 3 parts separated by ':'. * Part 0: The id, one of the one defined in dialog_buttons.yaml * Part 1: The style, either good, bad or misc - * Part 2 (optional): Additional parameters seperated by '/', available are: + * Part 2 (optional): Additional parameters separated by '/', available are: * timeout: This button is only available after some waiting time * kb_enter: This button is triggered by the enter key * kb_escape This button is triggered by the escape key diff --git a/src/js/game/entity_manager.js b/src/js/game/entity_manager.js index 11bc709c..b1c32fdc 100644 --- a/src/js/game/entity_manager.js +++ b/src/js/game/entity_manager.js @@ -22,7 +22,7 @@ export class EntityManager extends BasicSerializableObject { /** @type {Array} */ this.entities = []; - // We store a seperate list with entities to destroy, since we don't destroy + // We store a separate list with entities to destroy, since we don't destroy // them instantly /** @type {Array} */ this.destroyList = []; diff --git a/translations/base-ar.yaml b/translations/base-ar.yaml index b6da4f9a..20843bc8 100644 --- a/translations/base-ar.yaml +++ b/translations/base-ar.yaml @@ -94,7 +94,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-cat.yaml b/translations/base-cat.yaml index 39e7b986..77477bfd 100644 --- a/translations/base-cat.yaml +++ b/translations/base-cat.yaml @@ -94,7 +94,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-cz.yaml b/translations/base-cz.yaml index 2ee35618..6f12d915 100644 --- a/translations/base-cz.yaml +++ b/translations/base-cz.yaml @@ -73,7 +73,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-da.yaml b/translations/base-da.yaml index ea042e5b..a5ab12d6 100644 --- a/translations/base-da.yaml +++ b/translations/base-da.yaml @@ -94,7 +94,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "." - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-de.yaml b/translations/base-de.yaml index 22eef4e0..57754ca7 100644 --- a/translations/base-de.yaml +++ b/translations/base-de.yaml @@ -94,7 +94,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "." - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-el.yaml b/translations/base-el.yaml index b60d4773..5896b3c3 100644 --- a/translations/base-el.yaml +++ b/translations/base-el.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-en.yaml b/translations/base-en.yaml index 199d5e02..0f5b5147 100644 --- a/translations/base-en.yaml +++ b/translations/base-en.yaml @@ -94,7 +94,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-es.yaml b/translations/base-es.yaml index a0fa6a32..383d7322 100644 --- a/translations/base-es.yaml +++ b/translations/base-es.yaml @@ -93,7 +93,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "." - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-fi.yaml b/translations/base-fi.yaml index d468beca..e729c66e 100644 --- a/translations/base-fi.yaml +++ b/translations/base-fi.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-fr.yaml b/translations/base-fr.yaml index b9d0a046..e4c798fb 100644 --- a/translations/base-fr.yaml +++ b/translations/base-fr.yaml @@ -91,7 +91,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. cf wikipedia système international d'unité diff --git a/translations/base-hr.yaml b/translations/base-hr.yaml index 2f8f5bc1..73d403d7 100644 --- a/translations/base-hr.yaml +++ b/translations/base-hr.yaml @@ -121,7 +121,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-hu.yaml b/translations/base-hu.yaml index ac0df542..745e47fd 100644 --- a/translations/base-hu.yaml +++ b/translations/base-hu.yaml @@ -94,7 +94,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "." - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-ind.yaml b/translations/base-ind.yaml index bc5b5d41..c9c1c3d1 100644 --- a/translations/base-ind.yaml +++ b/translations/base-ind.yaml @@ -93,7 +93,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-it.yaml b/translations/base-it.yaml index 1607b8dc..d58ad6a1 100644 --- a/translations/base-it.yaml +++ b/translations/base-it.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-ja.yaml b/translations/base-ja.yaml index 652245f1..e4ba0dc1 100644 --- a/translations/base-ja.yaml +++ b/translations/base-ja.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-kor.yaml b/translations/base-kor.yaml index 7e481c6e..13ef3059 100644 --- a/translations/base-kor.yaml +++ b/translations/base-kor.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-lt.yaml b/translations/base-lt.yaml index 9ddf0dda..53d7a607 100644 --- a/translations/base-lt.yaml +++ b/translations/base-lt.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-nl.yaml b/translations/base-nl.yaml index a3754de4..30649029 100644 --- a/translations/base-nl.yaml +++ b/translations/base-nl.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "." - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-no.yaml b/translations/base-no.yaml index b08ff82e..c78fedd4 100644 --- a/translations/base-no.yaml +++ b/translations/base-no.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-pl.yaml b/translations/base-pl.yaml index 58928b33..c087439c 100644 --- a/translations/base-pl.yaml +++ b/translations/base-pl.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-pt-BR.yaml b/translations/base-pt-BR.yaml index 122d6c55..af9af873 100644 --- a/translations/base-pt-BR.yaml +++ b/translations/base-pt-BR.yaml @@ -94,7 +94,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "." - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-pt-PT.yaml b/translations/base-pt-PT.yaml index 0ae64292..d516b10d 100644 --- a/translations/base-pt-PT.yaml +++ b/translations/base-pt-PT.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-ro.yaml b/translations/base-ro.yaml index aa323059..c31a6315 100644 --- a/translations/base-ro.yaml +++ b/translations/base-ro.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-ru.yaml b/translations/base-ru.yaml index bd6e12c1..42b0e195 100644 --- a/translations/base-ru.yaml +++ b/translations/base-ru.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-sl.yaml b/translations/base-sl.yaml index 256b1f82..1cbbfb7a 100644 --- a/translations/base-sl.yaml +++ b/translations/base-sl.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-sr.yaml b/translations/base-sr.yaml index 3bb40744..813afe37 100644 --- a/translations/base-sr.yaml +++ b/translations/base-sr.yaml @@ -112,7 +112,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-sv.yaml b/translations/base-sv.yaml index aa4a4a94..fb01039b 100644 --- a/translations/base-sv.yaml +++ b/translations/base-sv.yaml @@ -92,7 +92,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "." - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-tr.yaml b/translations/base-tr.yaml index c42416d2..92ccb3fb 100644 --- a/translations/base-tr.yaml +++ b/translations/base-tr.yaml @@ -93,7 +93,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "," - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-uk.yaml b/translations/base-uk.yaml index 52703e0b..13b81e45 100644 --- a/translations/base-uk.yaml +++ b/translations/base-uk.yaml @@ -106,7 +106,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "," # The suffix for large numbers, e.g. 1.3k, 400.2M, etc. diff --git a/translations/base-zh-CN.yaml b/translations/base-zh-CN.yaml index e2aa86fb..50d1a15a 100644 --- a/translations/base-zh-CN.yaml +++ b/translations/base-zh-CN.yaml @@ -120,7 +120,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: "" - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # TODO: Chinese translation: suffix changes every 10000 in Chinese numbering system. diff --git a/translations/base-zh-TW.yaml b/translations/base-zh-TW.yaml index 2041aaa3..c44fa58b 100644 --- a/translations/base-zh-TW.yaml +++ b/translations/base-zh-TW.yaml @@ -119,7 +119,7 @@ global: # How big numbers are rendered, e.g. "10,000" thousandsDivider: " " - # What symbol to use to seperate the integer part from the fractional part of a number, e.g. "0.4" + # What symbol to use to separate the integer part from the fractional part of a number, e.g. "0.4" decimalSeparator: "." # The suffix for large numbers, e.g. 1.3k, 400.2M, etc.