Skip to content

Commit

Permalink
Merge pull request #751 from jordanmontt/hotfix
Browse files Browse the repository at this point in the history
Added extension method to fix the open of I18NTranslationView class
  • Loading branch information
olekscode committed Mar 8, 2024
2 parents 9d4ac2d + ef2336d commit 9e46869
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions repository/Cormas-UI/I18NTranslationViewer.extension.st
@@ -0,0 +1,11 @@
Extension { #name : #I18NTranslationViewer }

{ #category : #'*Cormas-UI' }
I18NTranslationViewer class >> open [

self flag:
'Warning: this is a hack to open this tool on Cormas. Because Cormas uses Pharo 9 and a old Spec version. When Cormas will be updated to use Pharo > 10, thus the new version of Spec, one can simply remove this method.'.
^ self new
defaultLayout;
openWithSpec
]

0 comments on commit 9e46869

Please sign in to comment.