Skip to content

Commit

Permalink
Merge pull request #251 from atls/fix/identity-integration-paths
Browse files Browse the repository at this point in the history
fix/identity-integration-paths
  • Loading branch information
TorinAsakura authored Oct 20, 2023
2 parents dd4114f + 19656d2 commit c45c9ff
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import ruFields from '../../locales/ru/ru-fields.json'
import ruMessages from '../../locales/ru/ru-messages.json'
import ruReasons from '../../locales/ru/ru-reasons.json'
import ruFields from '../locales/ru/ru-fields.json'
import ruMessages from '../locales/ru/ru-messages.json'
import ruReasons from '../locales/ru/ru-reasons.json'
import { LocalizedMessagesProps } from './localized-messages.interfaces'

export const localizedMessages: LocalizedMessagesProps = (messages) =>
Expand Down

0 comments on commit c45c9ff

Please sign in to comment.