AmmeDatabar Localization Notes

1. `enUS.lua` is the base locale and should always stay complete.
2. To add a new locale, create a file like `deDE.lua`:

   if GetLocale() ~= "deDE" then return end
   local _, ADB = ...
   local L = ADB.L
   L.ADDON_TITLE = "AmmeDatabar"
   -- only keys you want to override are required

3. Add the new file to `AmmeDatabar.toc` after `Locales\\enUS.lua`.
4. Keep all `%s`, `%d`, and `%%` format tokens unchanged.
5. Keep key names unchanged (translate values only).
