Skip to content

Commit

Permalink
Add a header to the main file
Browse files Browse the repository at this point in the history
  • Loading branch information
TomDotBat committed Sep 6, 2020
1 parent d52def3 commit 154b077
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions sh_tom_i18n.lua
Original file line number Diff line number Diff line change
@@ -1,4 +1,13 @@

--[[-------------------------------------------------------------------------
Tom's i18n library - Making multi-language support for your addons easier.
Created by Tom.bat (STEAM_0:0:127595314)
Repository: https://github.com/TomDotBat/gmod-i18n
Website: https://tomdotbat.dev
Email: tom@tomdotbat.dev
Discord: Tom.bat#0001
---------------------------------------------------------------------------]]

local ver = 1.0
if gmodI18n and gmodI18n.version >= ver then return end --Load the latest copy of gmod-i18n available.

Expand Down

0 comments on commit 154b077

Please sign in to comment.