forked from MapComplete/MapComplete
Refactoring: change order of parameters and remove parameter for Conversion.ts
This commit is contained in:
parent
49fc8e4bcf
commit
72e06448fc
20 changed files with 147 additions and 213 deletions
|
|
@ -8,9 +8,8 @@ export class AddContextToTranslations<T> extends DesugaringStep<T> {
|
|||
|
||||
constructor(prefix = "") {
|
||||
super(
|
||||
"AddContextToTranslation",
|
||||
"Adds a '_context' to every object that is probably a translation",
|
||||
["_context"],
|
||||
"AddContextToTranslation"
|
||||
)
|
||||
this._prefix = prefix
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue