entry
open fun entry(@NotNull argumentName: @NotNull String, @NotNull value: @NotNull Any): @NotNull Localization.Entry(source)
Create a new localization entry, this binds a localization template argument with the value.
I recommend using this method with a static import.
Parameters
argument Name
The name of the argument from the templated string
value
The value to assign it to