console.log(I18n.t(".hello_world")) console.log(I18n.t("javascripts.absolute.key")) console.log(I18n.t("javascripts.absolute.key_with_args", {some_arg: "Hello", some_other_arg: "World"}))