From f225a1c084661e68a8bf1a831e058e9f42911adf Mon Sep 17 00:00:00 2001 From: Arctos2win <116841243+Arctos2win@users.noreply.github.com> Date: Sun, 12 Mar 2023 12:35:32 +0100 Subject: [PATCH] Update nl.lua Removed the whitespace ( requested by Fantik ) changed some weapon tint --- [core]/es_extended/locales/nl.lua | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) diff --git a/[core]/es_extended/locales/nl.lua b/[core]/es_extended/locales/nl.lua index 044845e7..86e8ed34 100644 --- a/[core]/es_extended/locales/nl.lua +++ b/[core]/es_extended/locales/nl.lua @@ -355,12 +355,11 @@ Locales['nl'] = { -- Weapon Tints ['tint_default'] = 'standaard skin', - ['tint_green'] = 'groene huid', - ['tint_gold'] = 'gouden huid', - ['tint_pink'] = 'roze huid', - ['tint_army'] = 'legerhuid', - ['tint_lspd'] = 'blauwe huid', - ['tint_orange'] = 'oranje huid', - ['tint_platinum'] = 'platina huid', + ['tint_green'] = 'groene skin', + ['tint_gold'] = 'goude skin', + ['tint_pink'] = 'roze skin', + ['tint_army'] = 'legerprint', + ['tint_lspd'] = 'blauwe skin', + ['tint_orange'] = 'oranje skin', + ['tint_platinum'] = 'platina skin', } - \ No newline at end of file