about summary refs log tree commit diff stats
path: root/tools/assign_ids/main.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Data] Strip unnecessary AP IDsStar Rauchenberger2025-09-041-16/+61
* Added keyholder sanityStar Rauchenberger2025-09-021-0/+23
* Added progressive doorsStar Rauchenberger2025-09-011-33/+31
* Prevent assigning ap_id==0Star Rauchenberger2025-08-271-1/+1
* Added "endings" object typeStar Rauchenberger2025-08-201-0/+13
* Store IDs in a yaml fileStar Rauchenberger2025-08-191-9/+8
* Minor changes for compiling on WindowsStar Rauchenberger2025-08-161-1/+1
* Converted to proto2Star Rauchenberger2025-08-121-2/+1
* Assigned IDs for the_colorfulStar Rauchenberger2025-08-101-0/+12
* Added support for masteriesStar Rauchenberger2025-08-091-0/+30
* Assigned IDs for the_bearerStar Rauchenberger2025-08-091-0/+4
* Added special IDsStar Rauchenberger2025-08-071-0/+8
* Assign AP IDs to doors and panelsStar Rauchenberger2025-08-071-0/+172
dd2200; background-color: #fff0f0 } /* Literal.String.Affix */ .highlight .sb { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Backtick */ .highlight .sc { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Char */ .highlight .dl { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Delimiter */ .highlight .sd { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Doc */ .highlight .s2 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Double */ .highlight .se { color: #0044dd; background-color: #fff0f0 } /* Literal.String.Escape */ .highlight .sh { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Heredoc */ .highlight .si { color: #3333bb; background-color: #fff0f0 } /* Literal.String.Interpol */ .highlight .sx { color: #22bb22; background-color: #f0fff0 } /* Literal.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
# Files in the config/locales directory are used for internationalization
# and are automatically loaded by Rails. If you want to use locales other
# than English, add the necessary files in this directory.
#
# To use the locales, use `I18n.t`:
#
#     I18n.t 'hello'
#
# In views, this is aliased to just `t`:
#
#     <%= t('hello') %>
#
# To use a different locale, set it with `I18n.locale`:
#
#     I18n.locale = :es
#
# This would use the information in config/locales/es.yml.
#
# The following keys must be escaped otherwise they will not be retrieved by
# the default I18n backend:
#
# true, false, on, off, yes, no
#
# Instead, surround them with single quotes.
#
# en:
#   'true': 'foo'
#
# To learn more, please read the Rails Internationalization guide
# available at http://guides.rubyonrails.org/i18n.html.

en:
  hello: "Hello world"