Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
glebfox committed Aug 14, 2024
1 parent dc103e9 commit 78e2fbd
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 1 deletion.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@

This add-on provides a custom [Datatype](https://docs.jmix.io/jmix/data-model/data-types.html) and related action for the [ValuePicker](https://docs.jmix.io/jmix/flow-ui/vc/components/valuePicker.html) component for storing and editing localized string values.

The value displayed in visual components depends on the user's current locale.

![Localized Value 1](/doc/img/localized-value-1.png)
![Localized Value 2](/doc/img/localized-value-2.png)

## Installation

The following table shows which version of the add-on is compatible with which version of the platform:
Expand Down
Binary file added doc/img/localized-value-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/img/localized-value-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ dependencies {
exclude group: 'org.junit.vintage', module: 'junit-vintage-engine'
}
testImplementation 'io.jmix.flowui:jmix-flowui-test-assist'
api 'io.jmix.translations:jmix-translations-ru'
}

test {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@
</actions>
<columns resizable="true">
<column property="name"/>
<column property="description"/>
<column property="description" flexGrow="2"/>
</columns>
</dataGrid>
<hbox id="lookupActions" visible="false">
Expand Down

0 comments on commit 78e2fbd

Please sign in to comment.