mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-14 13:56:08 +00:00
ci: run freebsd tests on Namespace
This commit is contained in:
@@ -68,9 +68,10 @@ pub const InitError = error{
|
||||
/// want to set the domain for the entire application since this is also
|
||||
/// used by libghostty.
|
||||
pub fn init(resources_dir: []const u8) InitError!void {
|
||||
// i18n is unsupported on Windows
|
||||
switch (builtin.os.tag) {
|
||||
// i18n is unsupported on Windows
|
||||
.windows => return,
|
||||
|
||||
else => {
|
||||
// Our resources dir is always nested below the share dir that
|
||||
// is standard for translations.
|
||||
|
Reference in New Issue
Block a user