Skip to content

Commit

Permalink
add: old english runes (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
Elsie19 authored Aug 14, 2024
1 parent bb494f8 commit c02e84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/welcome.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use relm4::{adw, gtk, ComponentParts, ComponentSender, SimpleComponent};

pub(crate) struct WelcomeModel {
title: &'static str,
titles: Cycle<std::array::IntoIter<&'static str, 34>>,
titles: Cycle<std::array::IntoIter<&'static str, 35>>,
}

#[derive(Debug)]
Expand Down Expand Up @@ -98,6 +98,7 @@ impl SimpleComponent for WelcomeModel {
"સુસ્વાગત છે",
"ಸುಸ್ವಾಗತ",
"സ്വാഗതം",
"ᚹᛁᛚᚳᚢᛗᛖ",
]
.into_iter()
.cycle(),
Expand Down

0 comments on commit c02e84b

Please sign in to comment.