RubyMine 5.4.0 Web Help

Alt+EnterAlt+Enter | I18n String Value
Alt+EnterAlt+Enter | Create Property
Alt+EnterAlt+Enter | Create Missing Property


Use this dialog box to extract a hard-coded string to the selected locale, create missing property keys or values.

ItemDescription
Locale FileSelect the target locale from the drop-down list. Note that the list of suggested target locales includes only those locales, where property key is missing. The locales where the property is declared, are not shown.
Property KeySpecify the property key for the "key-value" pair.

Tip

Basic code completion is available in the Property Key field. Press Ctrl+SpaceCtrl+Space, and select the desired property key from the list of property keys detected in the resource bundle.

ruby_createPropertyKeyCompletion.png

Type initial characters of the property key name to narrow down the list.

Property ValueSpecify the property value for the "key-value" pair.

See Also

Concepts:

Procedures:

Web Resources: