CodeEditApp / CodeEdit

📝 CodeEdit App for macOS – Elevate your code editing experience. Open source, free forever.
https://codeedit.app
MIT License
21.16k stars 1.02k forks source link

🐞 Missing translation texts #234

Closed Angelk90 closed 2 years ago

Angelk90 commented 2 years ago

Describe the bug Hi @lukepistrol , It seems that there are still several translations missing to be implemented.

https://github.com/CodeEditApp/CodeEdit/blob/020e6ffc33c4626e5477deb7ddee8a8e6f0c85d6/CodeEdit/Welcome/WelcomeView.swift#L72-L73

https://github.com/CodeEditApp/CodeEdit/blob/020e6ffc33c4626e5477deb7ddee8a8e6f0c85d6/CodeEdit/Documents/WorkspaceCodeFileView.swift#L39-L42

https://github.com/CodeEditApp/CodeEdit/blob/020e6ffc33c4626e5477deb7ddee8a8e6f0c85d6/CodeEdit/InspectorSidebar/InspectorSidebar.swift#L20-L24

https://github.com/CodeEditApp/CodeEdit/blob/a6eced16869695c631278bbb27fa2fbec53e81dc/CodeEdit/NavigatorSidebar/ProjectNavigator/ProjectNavigatorItem.swift#L106-L169

https://github.com/CodeEditApp/CodeEdit/blob/a6eced16869695c631278bbb27fa2fbec53e81dc/CodeEdit/NavigatorSidebar/LeadingSidebarToolbarBottom.swift#L31-L34

https://github.com/CodeEditApp/CodeEdit/blob/a6eced16869695c631278bbb27fa2fbec53e81dc/CodeEdit/NavigatorSidebar/LeadingSidebarToolbarBottom.swift#L49

https://github.com/CodeEditApp/CodeEdit/blob/020e6ffc33c4626e5477deb7ddee8a8e6f0c85d6/CodeEdit/Quick%20Open/QuickOpenView.swift#L26

https://github.com/CodeEditApp/CodeEdit/blob/020e6ffc33c4626e5477deb7ddee8a8e6f0c85d6/CodeEdit/Quick%20Open/QuickOpenView.swift#L61

https://github.com/CodeEditApp/CodeEdit/blob/020e6ffc33c4626e5477deb7ddee8a8e6f0c85d6/CodeEdit/TabBar/TabBarItem.swift#L74

https://github.com/CodeEditApp/CodeEdit/blob/020e6ffc33c4626e5477deb7ddee8a8e6f0c85d6/CodeEdit/Welcome/WelcomeView.swift#L53-L55

Schermata 2022-03-25 alle 23 44 25 Schermata 2022-03-25 alle 23 45 37

Desktop (please complete the following information):

Angelk90 commented 2 years ago

@austincondiff : I noticed that the .xib files don't seem to work using Localizable.strings. https://github.com/CodeEditApp/CodeEdit/blob/9ae73d0f1f3cba78ecd8edbb7cec64811dd82717/CodeEdit/MainMenu.xib#L24

lukepistrol commented 2 years ago

We recently decided that localization will be implemented at a later stage.