diff --git a/CodeApp/Localization/de.lproj/Localizable.strings b/CodeApp/Localization/de.lproj/Localizable.strings index 0081eb82..58467a7a 100644 --- a/CodeApp/Localization/de.lproj/Localizable.strings +++ b/CodeApp/Localization/de.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.9.0 (July 2024)** +##### **v1.10.0 (October 2024)** #### Start [Neue Datei](https://thebaselab.com/code/newfile) [Datei öffnen](https://thebaselab.com/code/openfile) @@ -23,6 +23,10 @@ "Changelog.message" = " +### 1.10.0 (October 2024) +- Sprachserver für Python und Java +- Unterstützung für mehr Sprachen im Monaco-Editor + ### 1.9.0 (July 2024) - SSH - Proxy-Sprung diff --git a/CodeApp/Localization/en.lproj/Localizable.strings b/CodeApp/Localization/en.lproj/Localizable.strings index aa92da76..8d1a2641 100644 --- a/CodeApp/Localization/en.lproj/Localizable.strings +++ b/CodeApp/Localization/en.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.9.0 (July 2024)** +##### **v1.10.0 (October 2024)** #### Start [New file](https://thebaselab.com/code/newfile) [Open file](https://thebaselab.com/code/openfile) @@ -23,6 +23,10 @@ "Changelog.message" = " +### 1.10.0 (October 2024) +- Language Servers for Python and Java +- Support for more languages in Monaco Editor + ### 1.9.0 (July 2024) - SSH - Proxy jump diff --git a/CodeApp/Localization/ja.lproj/Localizable.strings b/CodeApp/Localization/ja.lproj/Localizable.strings index 683c4183..03a35a1a 100644 --- a/CodeApp/Localization/ja.lproj/Localizable.strings +++ b/CodeApp/Localization/ja.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.9.0 (2024年 7月)** +##### **v1.10.0 (2024年 10月)** #### 開始 [新しいファイル](https://thebaselab.com/code/newfile) [ファイルを開く](https://thebaselab.com/code/openfile) @@ -23,6 +23,10 @@ "Changelog.message" = " +### 1.10.0 (2024 年 10 月) +- Python および Java の言語サーバー +- Monaco エディターでのより多くの言語のサポート + ### 1.9.0 (2024 年 7 月) - SSH - プロキシジャンプ diff --git a/CodeApp/Localization/ko.lproj/Localizable.strings b/CodeApp/Localization/ko.lproj/Localizable.strings index 906dfb9e..38f2bb8b 100644 --- a/CodeApp/Localization/ko.lproj/Localizable.strings +++ b/CodeApp/Localization/ko.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.9.0 (2024년 7월)** +##### **v1.10.0 (2024년 10월)** #### 시작 [새 파일...](https://thebaselab.com/code/newfile) [파일 열기...](https://thebaselab.com/code/openfile) @@ -23,6 +23,10 @@ "Changelog.message" = " +### 1.10.0 (2024년 10월) +- Python 및 Java에 대한 언어 서버 +- Monaco 편집기에서 더 많은 언어 지원 + ### 1.9.0 (2024년 7월) - SSH - 프록시 점프 diff --git a/CodeApp/Localization/zh-Hans.lproj/Localizable.strings b/CodeApp/Localization/zh-Hans.lproj/Localizable.strings index 95e2c6d1..c3b32627 100644 --- a/CodeApp/Localization/zh-Hans.lproj/Localizable.strings +++ b/CodeApp/Localization/zh-Hans.lproj/Localizable.strings @@ -8,7 +8,7 @@ "Welcome Message" = "# Code App -##### **v1.9.0 (2024 年 7 月)** +##### **v1.10.0 (2024 年 10 月)** #### 开始 [新文件](https://thebaselab.com/code/newfile) [打开文件](https://thebaselab.com/code/openfile) @@ -23,6 +23,10 @@ "Changelog.message" = " +### 1.10.0 (2024 年 10 月) +- Python 和 Java 的语言服务器 +- Monaco 编辑器支持更多语言 + ### 1.9.0(2024 年 7 月) - SSH - 代理跳转 diff --git a/README.md b/README.md index a328303f..9f6d3044 100644 --- a/README.md +++ b/README.md @@ -23,7 +23,7 @@ Use [VS Code](https://github.com/microsoft/vscode) as a design template while pr - C/C++ Runtime with WebAssembly (with clang) ✅ - Local Java (OpenJDK) ✅ - SSH Support ✅ -- [LSP](https://microsoft.github.io/language-server-protocol) support 🏃 +- [LSP](https://microsoft.github.io/language-server-protocol) support (Python & Java) ✅ ## Building the project