Skip to content

Commit

Permalink
Merge pull request #981 from hydralauncher/feature/adding-flame-anima…
Browse files Browse the repository at this point in the history
…tion

feat: adding flame animation
  • Loading branch information
thegrannychaseroperation authored Sep 17, 2024
2 parents 405ea0a + 84c472a commit ef16732
Show file tree
Hide file tree
Showing 9 changed files with 1,800 additions and 14 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "hydralauncher",
"version": "2.1.3",
"version": "2.1.4",
"description": "Hydra",
"main": "./out/main/index.js",
"author": "Los Broxas",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/en/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"surprise_me": "Surprise me",
"no_results": "No results found",
"start_typing": "Starting typing to search...",
"hot": "🔥 Hot now",
"hot": "Hot now",
"weekly": "📅 Top games of the week"
},
"sidebar": {
Expand Down
2 changes: 1 addition & 1 deletion src/locales/es/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"trending": "Tendencias",
"surprise_me": "¡Sorpréndeme!",
"no_results": "No se encontraron resultados",
"hot": "🔥 Caliente ahora",
"hot": "Caliente ahora",
"weekly": "📅 Los mejores juegos de la semana",
"start_typing": "Empieza a escribir para buscar..."
},
Expand Down
2 changes: 1 addition & 1 deletion src/locales/pt-BR/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"home": {
"featured": "Destaques",
"trending": "Populares",
"hot": "🔥 Populares agora",
"hot": "Populares agora",
"weekly": "📅 Mais baixados da semana",
"surprise_me": "Surpreenda-me",
"no_results": "Nenhum resultado encontrado",
Expand Down
2 changes: 1 addition & 1 deletion src/locales/ru/translation.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"trending": "В тренде",
"surprise_me": "Удиви меня",
"no_results": "Ничего не найдено",
"hot": "🔥 Сейчас жарко",
"hot": "Сейчас жарко",
"start_typing": "Начинаю вводить текст для поиска...",
"weekly": "📅 Лучшие игры недели"
},
Expand Down
Loading

0 comments on commit ef16732

Please sign in to comment.