mirror of
https://github.com/MindWorkAI/AI-Studio.git
synced 2026-05-20 15:52:15 +00:00
Fixed missing translations for file type names
This commit is contained in:
parent
cad7a98e7b
commit
e8a8192bc2
@ -9,7 +9,7 @@ namespace AIStudio.Tools.Rust;
|
||||
/// </summary>
|
||||
public static class FileTypes
|
||||
{
|
||||
private static string TB(string fallbackEn) => I18N.I.T(fallbackEn, typeof(FileTypeFilter).Namespace, nameof(FileTypeFilter));
|
||||
private static string TB(string fallbackEn) => I18N.I.T(fallbackEn, typeof(FileTypes).Namespace, nameof(FileTypes));
|
||||
|
||||
public static readonly FileTypeFilter SOURCE_LIKE_FILE_NAMES = FileTypeFilter.Leaf(TB("Source like"),
|
||||
"Dockerfile", "Containerfile", "Jenkinsfile", "Makefile", "GNUmakefile", "Procfile", "Vagrantfile",
|
||||
|
||||
@ -7,6 +7,7 @@
|
||||
- Improved the Pandoc management and detection process to make it more reliable.
|
||||
- Fixed the Pandoc installation, which could fail and prevent AI Studio from installing its local Pandoc dependency.
|
||||
- Fixed an issue where the spellchecking setting was not applied to all text fields in the slide builder assistant.
|
||||
- Fixed missing translations for file type names in file selection dialogs.
|
||||
- Upgraded the native secret storage integration to `keyring-core`, keeping API keys in the secure credential store provided by the operating system.
|
||||
- Upgraded Rust to v1.95.0.
|
||||
- Upgraded .NET to v9.0.16.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user