Sha256: df37cb8f7c270751bc2ecd610f1d95262836de6c9e48160a1d343ae459eeb42b
Contents?: true
Size: 380 Bytes
Versions: 4
Compression:
Stored size: 380 Bytes
Contents
require_relative "../lib/modpack_localizer" file_path = "dist/mods" language = "japanese" country_name = "japan" performer = ModpackLocalizer::JAR::Performer.new(language: language, country: country_name, display_help: false) performer.perform_directory(dir_path: file_path) #ModpackLocalizer.omakase(language: "Japanese", country: "Japan", locale_code: nil, threadable: true)
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
modpack_localizer-0.1.3 | dist/example.rb |
modpack_localizer-0.1.2 | dist/example.rb |
modpack_localizer-0.1.1 | dist/example.rb |
modpack_localizer-0.1.0 | dist/example.rb |