Index

SimpleTranslations.loadmsgs!Method

loadmsgs!(file; strict_mode=false)

Load the messages in a global variable.

Arguments

  • file::IO: file to get the messages.
  • strict_mode::Bool=false: strict mode (default=false).

@ref loadmsgs

Example

@example loadmsgs!("test/test.ini")

source
SimpleTranslations.loadmsgsMethod

loadmsgs(filename; strict_mode=false)

read the file with the message list.

Arguments

  • filename::AbstractString: name of the file to get the messages.
  • strict_mode::Bool=false: strict mode (default=false).
source
SimpleTranslations.loadmsgsMethod

loadmsgs(file, strict_mode)

read the file with the message list.

Arguments

  • file::IO: file to get the messages.
  • strict_mode::Bool=false: strict mode (default=false).
source