lib/phrase/models/locale_update_parameters.rb in phrase-2.26.0 vs lib/phrase/models/locale_update_parameters.rb in phrase-3.0.0

- old
+ new

@@ -18,10 +18,10 @@ attr_accessor :main # Indicates whether locale is a RTL (Right-to-Left) locale. attr_accessor :rtl - # Source locale. Can be the name or public id of the locale. Preferred is the public id. + # Source locale. Can be the name or id of the locale. Preferred is id. attr_accessor :source_locale_id # Fallback locale for empty translations. Can be a locale name or id. attr_accessor :fallback_locale_id