Skip to content

Commit

Permalink
translate ot tr new word, import resolution changed because script or…
Browse files Browse the repository at this point in the history
…der was incorrect (#232)
  • Loading branch information
alibildir authored Apr 10, 2024
1 parent b2fd7b5 commit cf6f9e3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frontend/src/app/texts/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* Copyright (c) Sebastian Stehle. All rights reserved.
*/

import { Types } from '@app/framework';
import { Types } from '@app/framework/utils/types';
import { EN } from './en';
import { TR } from './tr';

Expand Down
2 changes: 1 addition & 1 deletion frontend/src/app/texts/tr.ts
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ export const TR = {
profile: 'Profil',
profileSettings: 'Ayarlarınız',
propability: 'Olasılık',
properties: 'Properties',
properties: 'Özellikler',
property: 'Özellik',
publish: 'Yayımla',
refresh: 'Yenile',
Expand Down

0 comments on commit cf6f9e3

Please sign in to comment.