106 projectBrowser.addTypedProjectBrowser( |
106 projectBrowser.addTypedProjectBrowser( |
107 "translations", |
107 "translations", |
108 ProjectBrowserRepositoryItem( |
108 ProjectBrowserRepositoryItem( |
109 projectBrowser=self, |
109 projectBrowser=self, |
110 projectBrowserUserString=self.tr("Translations Browser"), |
110 projectBrowserUserString=self.tr("Translations Browser"), |
|
111 priority=75, |
111 fileCategory="TRANSLATIONS", |
112 fileCategory="TRANSLATIONS", |
112 getIcon=self.getIcon, |
113 getIcon=self.getIcon, |
113 ), |
114 ), |
114 ) |
115 ) |
115 |
116 |