Sha256: 97eb624b0331fa77fc99c46e7b6a1b1ea3a15d59696f35b6fe02785df0bb422b
Contents?: true
Size: 270 Bytes
Versions: 2
Compression:
Stored size: 270 Bytes
Contents
# -*- encoding : utf-8 -*- class Phrase::Tool::Formats::Base def self.directory_for_locale(locale) "./" end def self.filename_for_locale(locale) raise "not implemented" end def self.extract_locale_name_from_file_path(file_path) nil end end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
phrase-0.3.1 | lib/phrase/tool/formats/base.rb |
phrase-0.3.0 | lib/phrase/tool/formats/base.rb |