Skip to content

Commit

Permalink
Add language
Browse files Browse the repository at this point in the history
  • Loading branch information
OseSem committed Apr 24, 2024
1 parent 8b1373e commit e40630d
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
12 changes: 8 additions & 4 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -159,15 +159,19 @@ cython_debug/
# option (not recommended) you can uncomment the following to ignore the entire idea folder.
.idea/

# VSCode
.vscode/settings.json

# ruff
.ruff_cache

# Json & Log

*.json
*.log*

# Lang
!src/lang/
!src/lang/*.json

# Custom

*.json
*.log*
.vscode/settings.json
4 changes: 4 additions & 0 deletions src/lang/en-US.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
{
"key": "text",
"key2": "text2"
}

0 comments on commit e40630d

Please sign in to comment.