mirror of
https://codeberg.org/ashley/poke.git
synced 2025-06-24 15:07:03 -04:00
owo
This commit is contained in:
parent
f431111611
commit
72143fede3
100 changed files with 12438 additions and 0 deletions
13
core/LightTube/Contexts/LocalsContext.cs
Normal file
13
core/LightTube/Contexts/LocalsContext.cs
Normal file
|
@ -0,0 +1,13 @@
|
|||
using System.Collections.Generic;
|
||||
using InnerTube.Models;
|
||||
|
||||
namespace LightTube.Contexts
|
||||
{
|
||||
public class LocalsContext : BaseContext
|
||||
{
|
||||
public Dictionary<string, string> Languages;
|
||||
public Dictionary<string, string> Regions;
|
||||
public string CurrentLanguage;
|
||||
public string CurrentRegion;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue